Hi, <div><br></div><div>I have a couple of questions related to alembic migrations:</div><div><br></div><div>1) In Grizzly we introduce LBaaS plugin which extends Quantum DB with set of specific tables. Do we need to add specification of these tables into alembic migrations? (taking into account that they are completely new). </div>
<div><br></div><div>2) While investigating how alembic works, I tried to create migration script by the command mentioned at <a href="https://github.com/openstack/quantum/blob/master/quantum/db/migration/README">https://github.com/openstack/quantum/blob/master/quantum/db/migration/README</a>:</div>
<div><br></div><div><div><i>$ quantum-db-manage --config-file /path/to/quantum.conf --config-file /path/to/plugin/config.ini revision -m "description of revision" --autogenerate</i></div></div><div><br></div><div>
but it returns:</div><div><br></div><div><div><i>INFO  [alembic.migration] Context impl SQLiteImpl.</i></div><div><i>INFO  [alembic.migration] Will assume transactional DDL.</i></div><div><i>  Target database is not up to date.</i></div>
</div><div><br></div><div>what do I do wrong?</div><div><br></div><div><br></div><div>Thanks in advance,</div><div>Ilya</div>