]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use int for last_run
authorRobin Appelman <icewind@owncloud.com>
Sun, 2 Jun 2013 20:49:54 +0000 (22:49 +0200)
committerRobin Appelman <icewind@owncloud.com>
Sun, 2 Jun 2013 20:49:54 +0000 (22:49 +0200)
db_structure.xml

index feb7c0d122df9b998bdd3c54db2a0b0513ea0b62..933b09988f0b77b4cb25c6a5cc048a2e8b05a1e8 100644 (file)
 
                        <field>
                                <name>last_run</name>
-                               <type>timestamp</type>
+                               <type>integer</type>
                                <default></default>
                                <notnull>false</notnull>
                        </field>