[
https://issues.apache.org/jira/browse/SENTRY-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16129344#comment-16129344
]
Sergio Peña commented on SENTRY-1885:
-------------------------------------
It's relax on SENTRY-1803 as well. I made sure to remove the unique index from
it. I also remove the index on SENTRY-1803 because that ID is not used at all,
and we're not querying data using that ID, so index is useless.
> Remove unused NOTIFICATION_ID from the SENTRY_PATH_CHANGE table
> ---------------------------------------------------------------
>
> Key: SENTRY-1885
> URL: https://issues.apache.org/jira/browse/SENTRY-1885
> Project: Sentry
> Issue Type: Bug
> Components: Sentry
> Affects Versions: 2.0.0
> Reporter: Sergio Peña
>
> I noticed while working on SENTRY-1803 that the SENTRY_PATH_CHANGE table has
> an unused column named NOTIFICATION_ID. I think this was used before to get
> the latest notification id processed, but now that process was moved to the
> SENTRY_HMS_NOTIFICATION_ID table.
> I think we should remove this unused column to avoid confusions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)