We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f1b97 commit f80e6cbCopy full SHA for f80e6cb
2 files changed
.github/actions/database-migration-image/Dockerfile
@@ -5,6 +5,7 @@ FROM ${IMAGE}
5
COPY entry.sh /
6
COPY create-queues.sql /after.install.d/
7
COPY cda-user.sql /after.install.d/
8
+COPY aaaa-updates.sql /after.install.d/
9
10
ENV RDS_MODE="true"
11
ENV BUILDUSER=DBAdmin
.github/actions/database-migration-image/aaaa-updates.sql
@@ -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
+@/cwmsdb/schema/src/cwms/cwms_sec_pkg_body.sql
+@/cwmsdb/schema/src/cwms/tables/at_ts_extents.sql
+@/cwmsdb/schema/src/cwms/cwms_util_pkg_body.sql
0 commit comments