[
https://issues.apache.org/jira/browse/SENTRY-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dapeng Sun resolved SENTRY-461.
-------------------------------
Resolution: Duplicate
> Fix an issue of schema upgrade script
> -------------------------------------
>
> Key: SENTRY-461
> URL: https://issues.apache.org/jira/browse/SENTRY-461
> Project: Sentry
> Issue Type: Bug
> Reporter: Dapeng Sun
> Assignee: Dapeng Sun
> Attachments: SENTRY-461.patch
>
>
> There is a typo issue in
> {{sentry-provider/sentry-provider-db/src/main/resources/sentry-upgrade-postgres-1.4.0-to-1.5.0.sql}}
> {noformat}
> SELECT 'Upgrading Sentry store schema from 1.4.0 to 1.5.0';
> \i 001-SENTRY-339.postgres.sql;
> \i 002-SENTRY-339.postgres.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';
>
> {noformat}
> {{001-SENTRY-339.postgres.sql}} should be {{001-SENTRY-327.postgres.sql}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)