Skip to content

Commit f80e6cb

Browse files
authored
Attempt to update the existing packages with the latest admin check c… (#1088)
…hanges.
1 parent 36f1b97 commit f80e6cb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/actions/database-migration-image/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM ${IMAGE}
55
COPY entry.sh /
66
COPY create-queues.sql /after.install.d/
77
COPY cda-user.sql /after.install.d/
8+
COPY aaaa-updates.sql /after.install.d/
89

910
ENV RDS_MODE="true"
1011
ENV BUILDUSER=DBAdmin
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
set define on;
2+
def builduser = 'DBAdmin'
3+
dbms_output.put_line('Apply corrections to admin checks');
4+
@/cwmsdb/schema/src/cwms/create_sec_triggers.sql
5+
@/cwmsdb/schema/src/cwms/cwms_sec_pkg_body.sql
6+
@/cwmsdb/schema/src/cwms/tables/at_ts_extents.sql
7+
@/cwmsdb/schema/src/cwms/cwms_util_pkg_body.sql

0 commit comments

Comments
 (0)