Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-09-17 19:57:45 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-09-17 19:57:53 +0400
commit7811fa4fafae2f2be643a03ed6186a34a83ad059 (patch)
treefb7b5cb87bf872d3168f03ac7df3763aef735bc0 /db_structure.xml
parent597fed4fde9d1e3e39b8ca492dbfd324b17ffd58 (diff)
timestamp uses emptystring as NULL default
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index d04c838d7cd..74e2805308a 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -552,6 +552,7 @@
<field>
<name>expiration</name>
<type>timestamp</type>
+ <default></default>
<notnull>false</notnull>
</field>