File tree 2 files changed +23
-0
lines changed
kriolos-opos-app/src/main/resources/pos_liquidbase
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<include file =" pos_liquidbase/db-changelog-v4_5.xml" />
14
14
<include file =" pos_liquidbase/db-changelog-v4_5__LOAD.xml" />
15
+ <include file =" pos_liquidbase/db-changelog-v5_0.xml" />
15
16
16
17
</databaseChangeLog >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.1" encoding =" UTF-8" standalone =" no" ?>
2
+ <databaseChangeLog xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
3
+ xmlns : ext =" http://www.liquibase.org/xml/ns/dbchangelog-ext"
4
+ xmlns : pro =" http://www.liquibase.org/xml/ns/pro"
5
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
+ xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog-ext
7
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd
8
+ http://www.liquibase.org/xml/ns/pro
9
+ http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.8.xsd
10
+ http://www.liquibase.org/xml/ns/dbchangelog
11
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.8.xsd" >
12
+ <changeSet author =" pauloborges (nanual)" id =" 20230502-01" >
13
+ <createTable tableName =" seqnumber" >
14
+ <column name =" tablename" type =" VARCHAR(100)" >
15
+ <constraints nullable =" false" primaryKey =" true" />
16
+ </column >
17
+ <column defaultValueNumeric =" 0" name =" seqnum" type =" INT" >
18
+ <constraints nullable =" false" />
19
+ </column >
20
+ </createTable >
21
+ </changeSet >
22
+ </databaseChangeLog >
You can’t perform that action at this time.
0 commit comments