Skip to content

Commit

Permalink
Amend Create all tables at once script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 10, 2023
1 parent 3aeb923 commit 9f6ceec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/queries/create_all_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ BEGIN
INTO :new.id
FROM dual;
END;
/

-- Create logging tables in MONITORING area. Only used by the procedure DO_LOG
CREATE TABLE MONITORING.logging (
Expand All @@ -344,6 +345,7 @@ BEGIN
INTO :new.id
FROM dual;
END;
/

GRANT SELECT, INSERT, UPDATE ON MONITORING.LOADIDS TO STAGING;
GRANT SELECT, INSERT, UPDATE ON MONITORING.LOADIDS TO CLEANSING;
Expand Down

0 comments on commit 9f6ceec

Please sign in to comment.