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 29
29
<include file =" 0.4/2017-05-11--image_preview.xml" relativeToChangelogFile =" true" />
30
30
<include file =" 0.4/2017-05-29--test_image.xml" relativeToChangelogFile =" true" />
31
31
<include file =" 0.4/2017-10-23--image_filename.xml" relativeToChangelogFile =" true" />
32
+ <include file =" 0.4/2017-10-30--scott_code_length.xml" relativeToChangelogFile =" true" />
32
33
33
34
</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 =" modify-scott_catalog-code-type" author =" php-coder" context =" scheme" >
9
+ <modifyDataType tableName =" scott_catalog" columnName =" code" newDataType =" VARCHAR(5)" />
10
+ </changeSet >
11
+
12
+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments