1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-04 00:16:14 +02:00
Mailu/admin/initdb.py

7 lines
89 B
Python
Raw Normal View History

2016-02-21 17:47:30 +02:00
from freeposte import db
# Initialize the database
db.create_all()
db.session.commit()