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 f80e6cb commit 8a0a35aCopy full SHA for 8a0a35a
1 file changed
.github/actions/database-migration-image/aaaa-updates.sql
@@ -1,6 +1,7 @@
1
set define on;
2
def builduser = 'DBAdmin'
3
-dbms_output.put_line('Apply corrections to admin checks');
+def CWMS_SCHEMA = 'CWMS_20'
4
+set echo on;
5
@/cwmsdb/schema/src/cwms/create_sec_triggers.sql
6
@/cwmsdb/schema/src/cwms/cwms_sec_pkg_body.sql
7
@/cwmsdb/schema/src/cwms/tables/at_ts_extents.sql
0 commit comments