Revert "fixing cli commands"

This reverts commit a4a08980f84360abcd009de9dc7ef8c6fcb529c4.
This commit is contained in:
Chad Furman
2024-12-28 17:10:50 -05:00
parent 08e69ca459
commit c9d37be530
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -275,3 +275,4 @@ if __name__ == "__main__":
elif sys.argv[-1] == "--migrate":
# Perform migrations.
run_migrations()