Skip to content

Commit

Permalink
Merge pull request #6968 from ORCID/8983-tech-cron-job-to-store-the-d…
Browse files Browse the repository at this point in the history
…aily-stats-in-eventstats-and-remove-old-events

fix: Update change set id for `dw_event_stats`
  • Loading branch information
amontenegro authored Jan 8, 2024
2 parents dde5362 + 949efbf commit 3101223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dropView viewName="dw_event"/>
</changeSet>

<changeSet id="CREATE-DW-EVENT-STATS-VIEW-GROUP-BY-DAY-CLIENT_ID-AND-EVENT_TYPE" author="Daniel Palafox" dbms="postgresql">
<changeSet id="CREATE-DW-EVENT-STATS-VIEW" author="Daniel Palafox" dbms="postgresql">
<preConditions onFail="MARK_RAN">
<not><viewExists viewName="dw_event_stats"/></not>
</preConditions>
Expand Down

0 comments on commit 3101223

Please sign in to comment.