mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +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()
|