Database script update
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 1 year ago
parent 3111d9afdf
commit 36d230eb92

@ -17,7 +17,7 @@ def executeDBQuery(query):
conn.close()
create_db_query = '''
CREATE DATABASE IF NOT EXISTS bigbrother;
CREATE DATABASE bigbrother;
'''
create_schema_query = '''

Loading…
Cancel
Save