SurfSense/surfsense_backend/alembic
DESKTOP-RTLN3BA\$punk bb5c8e49a8 feat(migrations): fix automation tables migration for idempotency
- Updated migration script to ensure ENUM types and tables are created only if they do not already exist, preventing errors on re-runs.
- Added 'IF NOT EXISTS' clauses to table and index creation statements for improved safety during migrations.
- Ensured that the migration can be safely re-applied without causing conflicts or failures.
2026-06-01 17:40:03 -07:00
..
versions feat(migrations): fix automation tables migration for idempotency 2026-06-01 17:40:03 -07:00
env.py chore: enhance E2E tests workflow by adding caching for Next.js build and updating test command 2026-05-10 22:21:06 +05:30
README add github connector, add alembic for db migrations, fix bug updating connectors 2025-04-13 13:56:22 -07:00
script.py.mako add github connector, add alembic for db migrations, fix bug updating connectors 2025-04-13 13:56:22 -07:00

Generic single-database configuration with an async dbapi.