File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0 Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 25
25
<include file =" v1.0.0.19__ArtifactEntry.xml" relativeToChangelogFile =" true" />
26
26
<include file =" v1.0.0.20__User.xml" relativeToChangelogFile =" true" />
27
27
<include file =" v1.0.0.21__ArtifactEntry.xml" relativeToChangelogFile =" true" />
28
+ <include file =" v1.0.0.22__UserEntry.xml" relativeToChangelogFile =" true" />
28
29
29
30
</databaseChangeLog >
Original file line number Diff line number Diff line change
1
+ <databaseChangeLog xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
2
+ xmlns : o =" http://www.unbroken-dome.org/schema/liquibase-orientdb"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
5
+ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.2.xsd" >
6
+
7
+ <changeSet id =" v1.0.0.22" author =" strongbox-dev@carlspring.com" >
8
+
9
+ <o : dropProperty className =" UserEntry" propertyName =" lastUpdate" />
10
+ <o : createProperty className =" UserEntry" name =" lastUpdate" type =" datetime" />
11
+
12
+ </changeSet >
13
+
14
+ </databaseChangeLog >
15
+
You can’t perform that action at this time.
0 commit comments