1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Fix timestamp default

This commit is contained in:
Loïc Blot (@U-Exp) 2014-09-12 16:45:50 +02:00
parent 8feb3a95d9
commit 3096f44293

View File

@ -27,11 +27,13 @@
<name>added</name>
<type>timestamp</type>
<notnull>true</notnull>
<default>1970-01-01 00:00:00</default>
</field>
<field>
<name>lastmodified</name>
<type>timestamp</type>
<notnull>true</notnull>
<default>1970-01-01 00:00:00</default>
</field>
<field>
<name>sms_id</name>