Skip to content

Commit

Permalink
Pull request finos#416: Discovery Survey cleanup
Browse files Browse the repository at this point in the history
Merge in WALTZ/waltz from WALTZ/waltz-drp:master to db-feature/7189-discovery-survey-cleanup

* commit 'eaf79f890c1c0f595b35b76219a63b5084e05d73':
  Discovery Survey cleanup #CTCTOWALTZ-3286 finos#7189
  • Loading branch information
devendra-ramesh-patil-db committed Nov 14, 2024
2 parents 06a2527 + eaf79f8 commit e0aea7d
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 e0aea7d

Please sign in to comment.