Skip to content

Commit

Permalink
Merge pull request #80 from bcgov/fix/contactReplication
Browse files Browse the repository at this point in the history
Contact Replication
  • Loading branch information
arcshiftsolutions authored May 23, 2024
2 parents 4c6736e + 0610acf commit 3042423
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ALTER TABLE PEN_REPLICATION_EVENT
MODIFY (
CREATE_USER VARCHAR2(100),
UPDATE_USER VARCHAR2(100)
);

ALTER TABLE PEN_REPLICATION_SAGA
MODIFY (
CREATE_USER VARCHAR2(100),
UPDATE_USER VARCHAR2(100)
);

ALTER TABLE PEN_REPLICATION_SAGA_EVENT_STATES
MODIFY (
CREATE_USER VARCHAR2(100),
UPDATE_USER VARCHAR2(100)
);

0 comments on commit 3042423

Please sign in to comment.