Update DB config
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 11 months ago
parent 90fba965ed
commit a93480e7fc

@ -76,8 +76,8 @@ ALTER TABLE IF EXISTS public.users
#Creating a database
cur.execute(create_db_query)
cur.execute(create_schema_query)
cur.execute(create_table_query)
#cur.execute(create_schema_query)
#cur.execute(create_table_query)
# Close the cursor and the connection
cur.close()

Loading…
Cancel
Save