File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0 Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 5
5
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.2.xsd" >
6
6
7
7
<changeSet id =" v1.0.0.21" author =" strongbox-dev@carlspring.com" >
8
- <!-- <sql>
9
- update ArtifactEntry set createdTemp = created.asDatetime();
10
- drop property ArtifactEntry.created;
11
- update ArtifactEntry remove created;
12
- update ArtifactEntry set created = createdTemp;
13
- update ArtifactEntry remove createdTemp;
14
- create property ArtifactEntry.created datetime;
15
- </sql>-->
16
8
17
9
<o : changePropertyTypeDateToDatetime propertyName =" created" className =" ArtifactEntry" />
10
+
11
+ <o : changePropertyTypeDateToDatetime propertyName =" lastUpdated" className =" ArtifactEntry" />
12
+
13
+ <o : changePropertyTypeDateToDatetime propertyName =" lastUsed" className =" ArtifactEntry" />
14
+
18
15
</changeSet >
19
16
20
17
</databaseChangeLog >
You can’t perform that action at this time.
0 commit comments