File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/main/resources/liquibase/version Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 20
20
<include file =" 0.4/2016-08-27--fix_series_sales_price.xml" relativeToChangelogFile =" true" />
21
21
<include file =" 0.4/2016-09-28--add_creator_data_to_series_sales.xml" relativeToChangelogFile =" true" />
22
22
<include file =" 0.4/2016-09-28--add_constraints_to_series-first-price.xml" relativeToChangelogFile =" true" />
23
+ <include file =" 0.4/2016-10-10--change_series_sales_date_type.xml" relativeToChangelogFile =" true" />
23
24
24
25
</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 id =" change-series_sales-date-type" author =" cssru" context =" scheme" >
9
+
10
+ <modifyDataType tableName =" series_sales" columnName =" date" newDataType =" DATE" />
11
+
12
+ </changeSet >
13
+
14
+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments