Skip to content

Commit

Permalink
woobwoobwoobwoob
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Aug 21, 2024
1 parent deef744 commit 4a676d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/db_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setup_pg():
with engine.connect() as conn:
conn.execute(text("CREATE EXTENSION IF NOT EXISTS postgis"))
conn.execute(text("SELECT postgis_full_version();"))
conn.execute(schema.CreateSchema("zacksmom"))
conn.execute(schema.CreateSchema("gps"))
conn.commit()

print("Schema created!")
Expand Down

0 comments on commit 4a676d5

Please sign in to comment.