create a first alembic revision to generate blocks and pages tables

point alembic.ini at a local sqlite db for testing
This commit is contained in:
2026-03-30 11:32:42 -04:00
parent 7c895c8191
commit d76d1afd9d
2 changed files with 49 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ path_separator = os
# database URL. This is consumed by the user-maintained env.py script only.
# other means of configuring database URLs may be customized within the env.py
# file.
sqlalchemy.url = driver://user:pass@localhost/dbname
sqlalchemy.url = sqlite+pysqlite:///test_db.sqlite
[post_write_hooks]