
Alembic migrations were introduced to Barbican a while ago but have not been used recently. This CR revisits the migration logic and ensures that time-zero database tables creation is distinguished from Alembic-base schema updates. The associated database migration script is also revived, allowing for schema migrations outside of the Barbican boot process. Change-Id: I3e7fd7ac3f629da18329c22ad11cb9ccc1b7f9f9 Implements: blueprint db-revive-migrations
58 lines
520 B
Plaintext
58 lines
520 B
Plaintext
.venv
|
|
*.sqlite
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
*.err.log
|
|
|
|
# Unit test / coverage reports
|
|
cover
|
|
.testrepository
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
coverage.xml
|
|
flake8.log
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Pycharm
|
|
.idea
|
|
*.iml
|
|
|
|
# Sqlite databases
|
|
*.sqlite3
|
|
*.db
|
|
|
|
# Misc. generated files
|
|
versiononly.txt
|
|
*.orig
|
|
myapp.profile
|
|
*.out.myapp
|
|
AUTHORS
|
|
ChangeLog
|