migrations: move scripts from dev/alembic to tracked alembic/

This commit is contained in:
oib
2025-08-08 08:22:13 +02:00
parent 90cf7a3fe5
commit 01a89a6129
8 changed files with 327 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# this is typically a path given in POSIX (e.g. forward slashes)
# format, relative to the token %(here)s which refers to the location of this
# ini file
script_location = %(here)s/dev/alembic
script_location = alembic
# template used to generate migration file names; The default value is %%(rev)s_%%(slug)s
# Uncomment the line below if you want the files to be prepended with date and time