Add drop data changeset
Not able to run it yet due to duplicate (dropperid, itemid) combos causing the constraint to reject the entire insert
This commit is contained in:
12556
src/main/resources/db/152-drop-data.sql
Normal file
12556
src/main/resources/db/152-drop-data.sql
Normal file
File diff suppressed because it is too large
Load Diff
@@ -139,5 +139,8 @@
|
||||
<changeSet id="151" author="Ponk">
|
||||
<sqlFile path="db/151-global-drop-data.sql"/>
|
||||
</changeSet>
|
||||
<changeSet id="152" author="Ponk">
|
||||
<sqlFile path="db/152-drop-data.sql"/>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
Reference in New Issue
Block a user