Skip to content
Snippets Groups Projects
Verified Commit 4011d98a authored by nd's avatar nd
Browse files

add script to create the db schema

parent 39f55b55
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from uffd import *
if __name__ == '__main__':
app = create_app()
init_db(app)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment