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 8c1b4ae95..5ea1ed13c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -329,6 +329,13 @@
<notnull>false</notnull>
</field>
<field>
+ <name>updated_date</name>
+ <type>integer</type>
+ <length>8</length>
+ <unsigned>true</unsigned>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>body</name>
<type>clob</type>
<notnull>false</notnull>