Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmcalpine committed Nov 24, 2023
1 parent 6318eab commit c4cd0fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/create_registry_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ def _Dependency(schema, has_production):
# Create schema
stmt = f"CREATE SCHEMA IF NOT EXISTS {SCHEMA}"
conn.execute(text(stmt))

conn.commit()

# Grant reg_reader access
acct = "reg_reader"
for SCHEMA in SCHEMA_LIST:
Expand Down

0 comments on commit c4cd0fe

Please sign in to comment.