peewee_migrate2
peewee_migrate2 copied to clipboard
Support for advanced index creation
peewee_migrate makemigrations
does not create migrations correctly for indexes created using this api
http://docs.peewee-orm.com/en/latest/peewee/models.html#advanced-index-creation
- It does not detect any migration when the index has been added
- It puts something like < ModelIndex object at 0x7f49ef7d9e50> to Meta.indexes when you create a table