Skip to content

Commit 8a0a35a

Browse files
authored
Corrections to update script. (#1089)
1 parent f80e6cb commit 8a0a35a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/database-migration-image/aaaa-updates.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set define on;
22
def builduser = 'DBAdmin'
3-
dbms_output.put_line('Apply corrections to admin checks');
3+
def CWMS_SCHEMA = 'CWMS_20'
4+
set echo on;
45
@/cwmsdb/schema/src/cwms/create_sec_triggers.sql
56
@/cwmsdb/schema/src/cwms/cwms_sec_pkg_body.sql
67
@/cwmsdb/schema/src/cwms/tables/at_ts_extents.sql

0 commit comments

Comments
 (0)