summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index b815cee05..e242ad98c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -141,6 +141,13 @@
<notnull>true</notnull>
</field>
<field>
+ <name>update_error_count</name>
+ <type>integer</type>
+ <default>0</default>
+ <length>8</length>
+ <notnull>true</notnull>
+ </field>
+ <field>
<name>deleted_at</name>
<type>integer</type>
<default>0</default>