Skip to content

Commit

Permalink
Contact Replication
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry0589 committed May 23, 2024
1 parent 8e483ff commit 0610acf
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 0610acf

Please sign in to comment.