Skip to content

Commit

Permalink
Merge pull request #6914 from ORCID/EventNameTooLong
Browse files Browse the repository at this point in the history
Shorter id
  • Loading branch information
amontenegro authored Oct 25, 2023
2 parents 3952a3d + 1ae8670 commit bb4ffb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</createView>
</changeSet>

<changeSet id="GRANT-READ-TO-DW-EVENT-VIEW-GROUP-BY-DAY-CLIENT_ID-AND-EVENT_TYPE" author="Daniel Palafox" dbms="postgresql">
<changeSet id="GRANT-READ-TO-DW_USER-TO-DW_EVENT-VIEW" author="Daniel Palafox" dbms="postgresql">
<preConditions>
<sqlCheck expectedResult="1">SELECT 1 FROM pg_roles WHERE rolname='dw_user'</sqlCheck>
</preConditions>
Expand Down

0 comments on commit bb4ffb3

Please sign in to comment.