iotronic/iotronic/db/sqlalchemy/alembic
Fabio Verboso 5a373e7941 WebServices and New Wamp Agent routing
Wamp RPCs are forwarding using the correct server and topic
Introduced the new WebServices core feature with its REST APIs and models.
Designate and Nginx are required for this new feature.

Change-Id: Ia172654fbaf5502e3b9325a862a4e986fa27ee35
2018-12-06 18:48:32 +01:00
..
versions WebServices and New Wamp Agent routing 2018-12-06 18:48:32 +01: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