mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Use int for last_run
This commit is contained in:
parent
38bd234686
commit
24ab525669
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@
|
|||
|
||||
<field>
|
||||
<name>last_run</name>
|
||||
<type>timestamp</type>
|
||||
<type>integer</type>
|
||||
<default></default>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue