iotronic/iotronic/db/sqlalchemy/alembic
Fabio Verboso 29f9f1ffd4 Fleets
CRUD actions for Fleets
for Sebba :)

Change-Id: Ia6ee145f330a844e532473784e21bc375190a707
2018-09-20 13:09:16 +02:00
..
versions Fleets 2018-09-20 13:09:16 +02:00
README Database migration 2018-08-07 15:53:36 +02:00
env.py Database migration 2018-08-07 15:53:36 +02:00
script.py.mako Database migration 2018-08-07 15:53:36 +02:00

README

Please see https://alembic.readthedocs.org/en/latest/index.html for general documentation

To create alembic migrations use:
$ iotronic-dbsync revision --message --autogenerate

Stamp db with most recent migration version, without actually running migrations
$ iotronic-dbsync stamp --revision head

Upgrade can be performed by:
$ iotronic-dbsync - for backward compatibility
$ iotronic-dbsync upgrade
# iotronic-dbsync upgrade --revision head