We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67e007 commit 3c51dbbCopy full SHA for 3c51dbb
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0/v1.0.0.22__UserEntry.xml
@@ -0,0 +1,15 @@
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
0 commit comments