Skip to content
Snippets Groups Projects
Commit 41583910 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch '1080699_asys_system_dateprecision' into '2021.1.0'

1080699 changed asys_system date_edit precision

See merge request xrm/basic!981
parents d883da5e c2221572
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<column name="ID" type="CHAR(63)">
<constraints primaryKey="true" primaryKeyName="PK_ASYS_SYSTEM_ID"/>
</column>
<column name="DATE_EDIT" type="DATETIME"/>
<column name="DATE_EDIT" type="DATETIME(6)"/>
<column name="DATE_NEW" type="DATETIME"/>
<column name="USER_EDIT" type="VARCHAR(63)"/>
<column name="USER_NEW" type="VARCHAR(63)"/>
......
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