1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-12 02:28:20 +02:00
Mailu/admin/initdb.py
2016-02-21 16:47:30 +01:00

7 lines
89 B
Python

from freeposte import db
# Initialize the database
db.create_all()
db.session.commit()