mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
8 lines
124 B
Python
8 lines
124 B
Python
from freeposte import db, models
|
|
|
|
|
|
if __name__ == "__main__":
|
|
db.drop_all()
|
|
db.create_all()
|
|
db.session.commit()
|