as the deploment is stable now never drop te db again between deployments

parent 243f183c
......@@ -114,7 +114,7 @@ def setup_database(drop_existing_tables: bool = False):
if __name__ == "__main__":
# To run with a clean slate, pass True
setup_database(drop_existing_tables=True)
#setup_database(drop_existing_tables=True)
# To run without dropping tables (default)
#setup_database()
\ No newline at end of file
setup_database()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment