feat: add basic views for Alembic Migrations, Dashboard
can see all "known" migration revisions (per alembic config), and migrate the DB arbitrarily via alembic upgrade/downgrade
This commit is contained in:
parent
6791abe96f
commit
3e7aa1fa0b
15 changed files with 1151 additions and 8 deletions
|
|
@ -28,6 +28,7 @@ templates_path = ["_templates"]
|
|||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
|
||||
intersphinx_mapping = {
|
||||
"alembic": ("https://alembic.sqlalchemy.org/en/latest/", None),
|
||||
"colander": ("https://docs.pylonsproject.org/projects/colander/en/latest/", None),
|
||||
"deform": ("https://docs.pylonsproject.org/projects/deform/en/latest/", None),
|
||||
"fanstatic": ("https://www.fanstatic.org/en/latest/", None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue