blob: 9526366ce0e81004d179bd7ac942c3ea94d69873 [file] [log] [blame]
SELECT 'Upgrading Sentry store schema from 1.4.0 to 1.5.0' AS Status from dual;
@001-SENTRY-327.oracle.sql;
@002-SENTRY-339.oracle.sql;
@003-SENTRY-380.oracle.sql;
@004-SENTRY-74.oracle.sql;
@005-SENTRY-398.oracle.sql;
UPDATE SENTRY_VERSION SET SCHEMA_VERSION='1.5.0', VERSION_COMMENT='Sentry release version 1.5.0' WHERE VER_ID=1;
SELECT 'Finished upgrading Sentry store schema from 1.4.0 to 1.5.0' AS Status from dual;