SurfSense/surfsense_backend
CREDO23 c8bce504b0 fix(signup-credit): let the backfill insert into a create_all-built table
A deployment that boots before it migrates gets signup_credit_claims from
create_all, whose created_at default is Python-side only, and the migration's
CREATE TABLE IF NOT EXISTS then skips the DDL that would have added a DB one.
The backfill omitted created_at and died on the not-null constraint.
2026-08-21 15:44:42 +02:00
..
alembic fix(signup-credit): let the backfill insert into a create_all-built table 2026-08-21 15:44:42 +02:00
app feat(account-deletion): take every owned workspace with the account 2026-08-21 13:43:32 +02:00
scripts chore: linting 2026-08-16 03:18:58 +05:30
tests feat(account-deletion): take every owned workspace with the account 2026-08-21 13:43:32 +02:00
.dockerignore chore(backend): exclude tests/ from production Docker image 2026-05-06 17:16:22 +05:30
.env.example feat(config): update maximum sessions per workspace in environment configurations 2026-08-18 19:19:17 +05:30
.gitignore feat(knowledge-store): git-native knowledge base 2026-07-31 02:33:38 +02:00
.python-version feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
alembic.ini
celery_worker.py
Dockerfile fix(Dockerfile): update libmagic package name for Debian 13 compatibility 2026-08-08 16:52:06 +05:30
main.py feat: api playground, other tweaks 2026-07-06 16:45:04 -07:00
pyproject.toml feat: bumped version to 0.0.38 2026-08-21 14:23:53 +02:00
uv.lock feat: bumped version to 0.0.38 2026-08-21 14:23:53 +02:00