mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-08-23 07:43:39 +00:00
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. |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts | ||
| tests | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| alembic.ini | ||
| celery_worker.py | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| uv.lock | ||