summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-05-30 16:49:35 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-05-30 16:49:35 -0400
commitd9fe92a78d03a2007c986e1b1f7df736db5dea97 (patch)
tree3d5d30f88ddc8bacfff8db9a8438da92e0e14391 /appinfo/database.xml
parentf60e64ef9d01cef581f66c072c73d8b1f75570ec (diff)
fix name on db schema
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 9e543adc2..d39e2f548 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -130,8 +130,7 @@
<autoincrement>1</autoincrement>
<length>4</length>
</field>
- <field></field>
-
+ <field>
<name>guid</name>
<type>text</type>
<notnull>true</notnull>
@@ -148,7 +147,7 @@
<length>100</length>
</field>
<field>
- <name>feedid</name>
+ <name>feed_id</name>
<type>integer</type>
<notnull>true</notnull>
<length>4</length>