Re: Can I ignore it when the result of the generation is empty?

2019-01-11 Thread Mike Bayer
one thing to note with "empty" migrations is that autogenerate does not pick up things like changes of server default or datatypes unless you set some flags to turn it on,

Can I ignore it when the result of the generation is empty?

2019-01-11 Thread jackadam1981
Can I ignore it when the result of the generation is empty? I use it in docker, there is a startup command to upgrade the database version to the latest. The database version is updated at startup and a record update version_num is generated. Sorry for my bad English from alembic import op