Cleaned up all compose files

cleaned up all the files.
they should now all work for multiple projects.
This commit is contained in:
2020-04-16 21:13:59 -07:00
parent c2dd16ebeb
commit 206ed58eb9
28 changed files with 446 additions and 106 deletions
+1 -2
View File
@@ -1,5 +1,6 @@
################################################################################
# use like this: python3 run.py > test.sql
# TODO: you need to change the last comma to a semi colon for it to work in mysql
################################################################################
import os
@@ -44,5 +45,3 @@ for filename in os.listdir(directory):
continue
else:
continue
# TODO: you need to change the last comma to a semi colon for it to work in mysql