summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-19 21:45:31 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-19 21:45:31 -0400
commit2259f8635969a3b409dedda8cc1662486fe12ba4 (patch)
tree20ff884bd1ceb14ad345c7901a7213b77277967f /appinfo/database.xml
parent4fd557478736c83cc378262754b1a0bb9682398c (diff)
introduces field userid in the feed table to fix a bug in the update functions
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 dc3a2b606..cbb8baf1e 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -64,6 +64,13 @@
<length>4</length>
</field>
<field>
+ <name>user_id</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>64</length>
+ </field>
+ <field>
<name>url</name>
<type>text</type>
<notnull>true</notnull>