klen / peewee_migrate

Simple migration engine for Peewee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not create table in sqlite

BuiVanDuc opened this issue · comments

commented

I run functions:
`router = Router(chat_app_db)

# Create migration
router.create('migration_name')

# Run migration/migrations
router.run('migration_name')

# Run all unapplied migrations
router.run()`

but it just create table migratehistory