Skip to content

Commit

Permalink
Discovery Survey cleanup
Browse files Browse the repository at this point in the history
#CTCTOWALTZ-3286
finos#7189
  • Loading branch information
devendra-ramesh-patil-db committed Nov 14, 2024
1 parent 06a2527 commit eaf79f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions waltz-schema/src/main/resources/liquibase/db.changelog-1.66.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,19 @@
author="patidev">
<tagDatabase tag="v1.65"/> <!-- tag the current db version, i.e. the last -->
</changeSet>

<changeSet id="20241114-7189-1"
author="patidev">
<delete tableName="QRTZ_CRON_TRIGGERS">
<where>trigger_name='Waltz - Discovery Survey Job_trigger'</where>
</delete>

<delete tableName="QRTZ_TRIGGERS">
<where>trigger_name='Waltz - Discovery Survey Job_trigger'</where>
</delete>

<delete tableName="QRTZ_JOB_DETAILS">
<where>JOB_CLASS_NAME = 'com.db.ct.cto.waltz.jobs.importers.DiscoverySurveyJob'</where>
</delete>
</changeSet>
</databaseChangeLog>

0 comments on commit eaf79f8

Please sign in to comment.