This commit is contained in:
Daniel afx 2022-02-04 15:27:51 +02:00
parent 1543126307
commit c0d9f3946c

View file

@ -13,6 +13,7 @@ migrate = Migrate(app, db)
cli.add_command('db', MigrateCommand)
@cli.command("create_db")
def create_db():
db.drop_all()