Skip to content

Commit 3c51dbb

Browse files
committed
SB-1423: UserEntry.lastUpdate fixed
1 parent d67e007 commit 3c51dbb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)