summaryrefslogtreecommitdiffstats
path: root/tests/data/db_structure.xml
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-23 11:18:00 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-23 11:18:00 +0200
commitfc76a13c520d1d5345c721e0616d770e1fd344ea (patch)
tree1dc8e108588a52182e0c8c346423aab171e66944 /tests/data/db_structure.xml
parent534d93d2d3d549039db2661cdc4b9e939a0abe0d (diff)
parent9851f0f4f2a97dc6ac1382bcd533eb23feffa4e0 (diff)
downloadnextcloud-server-fc76a13c520d1d5345c721e0616d770e1fd344ea.tar.gz
nextcloud-server-fc76a13c520d1d5345c721e0616d770e1fd344ea.zip
Merge branch 'master' into sharing_mail_notification_master
Conflicts: lib/public/share.php
Diffstat (limited to 'tests/data/db_structure.xml')
-rw-r--r--tests/data/db_structure.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml
index 8f6dc5e2ecd..2e83bbb78c7 100644
--- a/tests/data/db_structure.xml
+++ b/tests/data/db_structure.xml
@@ -178,4 +178,25 @@
</declaration>
</table>
+ <table>
+ <name>*dbprefix*timestamp</name>
+ <declaration>
+ <field>
+ <name>id</name>
+ <autoincrement>1</autoincrement>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <length>4</length>
+ </field>
+
+ <field>
+ <name>timestamptest</name>
+ <type>timestamp</type>
+ <default></default>
+ <notnull>false</notnull>
+ </field>
+ </declaration>
+ </table>
+
</database>