blob: fa82c87ae5e0b7648063f2e9ef1b9e2b5122c3e2 [file] [log] [blame]
SELECT 'Upgrading Sentry store schema from 1.6.0 to 1.7.0' AS Status from dual;
UPDATE SENTRY_VERSION SET SCHEMA_VERSION='1.7.0', VERSION_COMMENT='Sentry release version 1.7.0' WHERE VER_ID=1;
SELECT 'Finished upgrading Sentry store schema from 1.6.0 to 1.7.0' AS Status from dual;