forked from polka_billy/porridger
rating routes added
This commit is contained in:
@ -2,4 +2,5 @@ from sqlalchemy import Table, MetaData
|
||||
from .db import engine
|
||||
|
||||
tbl = Table('UserDatabase', MetaData(), autoload_with=engine)
|
||||
tbl.drop(engine, checkfirst=False)
|
||||
tbl.drop(engine, checkfirst=False)
|
||||
a = input()
|
Reference in New Issue
Block a user