forked from polka_billy/porridger
UserDatabase->User, ForeignKey added
This commit is contained in:
5
back/delete_db.py
Normal file
5
back/delete_db.py
Normal file
@ -0,0 +1,5 @@
|
||||
from sqlalchemy import Table, MetaData
|
||||
from .db import engine
|
||||
|
||||
tbl = Table('UserDatabase', MetaData(), autoload_with=engine)
|
||||
tbl.drop(engine, checkfirst=False)
|
Reference in New Issue
Block a user