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

Merge branch '1057837_FixExporttemplateMariaDbDatatype' into '2020.1.0'

[Projekt: Entwicklung - Neon][TicketNr.: 1057837][Liquibase Fehler mariadb - basic branch 2020.1]

See merge request xrm/basic!229
parents 8161c9e7 50d6ba16
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@
<column name="FIELDDELIMITER" type="VARCHAR(36)"/>
<column name="ISOLANGUAGE" type="CHAR(3)"/>
<column name="DESCRIPTION" type="VARCHAR(1337)"/>
<column name="DATE_EDIT" type="TIMESTAMP(9)"/>
<column name="DATE_NEW" type="TIMESTAMP(9)"/>
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_EDIT" type="VARCHAR(50)"/>
<column name="USER_NEW" type="VARCHAR(50)"/>
</createTable>
......
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