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:
authorRobin Appelman <icewind@owncloud.com>2013-06-03 00:49:54 +0400
committerRobin Appelman <icewind@owncloud.com>2013-06-03 00:49:54 +0400
commit24ab525669e177e37266d5b8a052e4e25990ebf0 (patch)
treefdbb5bc66ead6537a8f902615c2542c1f8f5759d /db_structure.xml
parent38bd234686d206013d1f402c89e310503a65a5a8 (diff)
Use int for last_run
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index feb7c0d122d..933b09988f0 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -891,7 +891,7 @@
<field>
<name>last_run</name>
- <type>timestamp</type>
+ <type>integer</type>
<default></default>
<notnull>false</notnull>
</field>