Merge pull request #3949 from Itz-Agasta/try

Feat: Add admin function for granting access to read-only user
This commit is contained in:
Sarah Hoffmann
2026-02-02 09:53:24 +01:00
committed by GitHub
8 changed files with 69 additions and 19 deletions

View File

@@ -157,6 +157,8 @@ def create_tables(conn: Connection, config: Configuration, reverse_only: bool =
sql.run_sql_file(conn, 'tables.sql')
sql.run_sql_file(conn, 'grants.sql')
def create_table_triggers(conn: Connection, config: Configuration) -> None:
""" Create the triggers for the tables. The trigger functions must already