Skip to content
Snippets Groups Projects
Commit 67f20297 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

lquibase: fix frong dbtype for datetimes in documenttemplate

parent 1a8056d0
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
<column name="USER_NEW" type="NVARCHAR(50)"> <column name="USER_NEW" type="NVARCHAR(50)">
<constraints nullable="false"/> <constraints nullable="false"/>
</column> </column>
<column name="DATE_NEW" type="DATE"> <column name="DATE_NEW" type="DATETIME">
<constraints nullable="false"/> <constraints nullable="false"/>
</column> </column>
<column name="USER_EDIT" type="NVARCHAR(50)" /> <column name="USER_EDIT" type="NVARCHAR(50)" />
<column name="DATE_EDIT" type="DATE" /> <column name="DATE_EDIT" type="DATETIME" />
</createTable> </createTable>
</changeSet> </changeSet>
</databaseChangeLog> </databaseChangeLog>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment