set up Alembic for handling database migrations #1

Merged
jackc merged 4 commits from alembic into dev 2026-03-30 12:00:33 -04:00

4 Commits

Author SHA1 Message Date
d76d1afd9d create a first alembic revision to generate blocks and pages tables
point alembic.ini at a local sqlite db for testing
2026-03-30 11:32:42 -04:00
7c895c8191 update .gitignore for files under migrations
ignore pycache files, etc.
2026-03-30 11:31:55 -04:00
500ab56be0 ran alembic init alembic 2026-03-30 10:35:29 -04:00
91ff9a4caf create directory for DB migrations with alembic 2026-03-30 10:29:31 -04:00