Files
office_translator/alembic/versions
sepehr 1a67241ad5
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 3m48s
fix(migrations): use sa.false() for boolean server default
PostgreSQL rejects 'BOOLEAN DEFAULT 0' (DatatypeMismatchError: default
expression is of type integer), which aborted the production deploy
during the segments/workspaces migration. sa.false() renders DEFAULT
false on PostgreSQL and DEFAULT 0 on SQLite.
2026-08-30 09:17:18 +02:00
..