pep
This commit is contained in:
parent
1543126307
commit
c0d9f3946c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ migrate = Migrate(app, db)
|
||||||
|
|
||||||
cli.add_command('db', MigrateCommand)
|
cli.add_command('db', MigrateCommand)
|
||||||
|
|
||||||
|
|
||||||
@cli.command("create_db")
|
@cli.command("create_db")
|
||||||
def create_db():
|
def create_db():
|
||||||
db.drop_all()
|
db.drop_all()
|
||||||
|
|
Loading…
Reference in a new issue