
As a step towards continuous deployment and having a pecan/WSME REST interface, split the database out into SQLalchemy-based model using Alembic for migrations. To support that, also pull in oslo.db and use oslo.config for config files. Change-Id: I33a1e72700be14e28255aaa52faed70c4686a3ec
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
include AUTHORS
|
|
include ChangeLog
|
|
include storyboard/db/migration/README
|
|
include storyboard/db/migration/alembic.ini
|
|
include storyboard/db/migration/alembic_migrations/script.py.mako
|
|
include storyboard/db/migration/alembic_migrations/versions/README
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|