diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-06-02 22:49:54 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-06-02 22:49:54 +0200 |
commit | 24ab525669e177e37266d5b8a052e4e25990ebf0 (patch) | |
tree | fdbb5bc66ead6537a8f902615c2542c1f8f5759d /db_structure.xml | |
parent | 38bd234686d206013d1f402c89e310503a65a5a8 (diff) | |
download | nextcloud-server-24ab525669e177e37266d5b8a052e4e25990ebf0.tar.gz nextcloud-server-24ab525669e177e37266d5b8a052e4e25990ebf0.zip |
Use int for last_run
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 2 |
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> |