zuotingbing commented on code in PR #9027:
URL: https://github.com/apache/gravitino/pull/9027#discussion_r2509513846


##########
scripts/postgresql/upgrade-0.9.0-to-1.0.0-postgresql.sql:
##########


Review Comment:
   `CREATE INDEX IF NOT EXISTS policy_relation_meta_idx_stid ON statistic_meta 
(statistic_id);
   CREATE INDEX IF NOT EXISTS policy_relation_meta_idx_moid ON statistic_meta 
(metadata_object_id);`
   
   should we change the index name to "statistic_meta_idx_stid" and 
"statistic_meta_idx_moid“?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to