Browse Source

Use int for last_run

tags/v6.0.0alpha2
Robin Appelman 11 years ago
parent
commit
24ab525669
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      db_structure.xml

+ 1
- 1
db_structure.xml View File

@@ -891,7 +891,7 @@

<field>
<name>last_run</name>
<type>timestamp</type>
<type>integer</type>
<default></default>
<notnull>false</notnull>
</field>

Loading…
Cancel
Save