File tree 2 files changed +13
-0
lines changed
src/main/resources/liquibase/version
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 8
8
<include file =" 0.4.1/2019-07-21--series_sales_transaction_url_length.xml" relativeToChangelogFile =" true" />
9
9
<include file =" 0.4.1/2019-08-06--test_user_with_series_in_collection.xml" relativeToChangelogFile =" true" />
10
10
<include file =" 0.4.1/2019-08-31--test_similar_series.xml" relativeToChangelogFile =" true" />
11
+ <include file =" 0.4.1/2019-09-18--rollback_collection_unique_series_constraint.xml" relativeToChangelogFile =" true" />
11
12
12
13
</databaseChangeLog >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <databaseChangeLog
3
+ xmlns=" http://www.liquibase.org/xml/ns/dbchangelog"
4
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation=" http://www.liquibase.org/xml/ns/dbchangelog
6
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd" >
7
+
8
+ <changeSet author =" mukeshk" id =" drop-unique-constraint-from-collections_series-table" >
9
+ <dropUniqueConstraint constraintName =" uc_collections_series_collection_id_series_id" tableName =" collections_series" />
10
+ </changeSet >
11
+
12
+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments