summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-05-07 17:45:59 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-05-07 17:45:59 -0400
commitd1b37e12b2d76c128626e15910577e300ef0f63c (patch)
tree7b945aa731dc6a082d0fd3a67787fe15d5432fff /appinfo/database.xml
parent82000b3b6b750cdef358cb61ba9442a036d26541 (diff)
created feeds table in the database
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml14
1 files changed, 4 insertions, 10 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 86738170c..562fac158 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -5,10 +5,10 @@
<overwrite>false</overwrite>
<charset>latin1</charset>
<table>
- <name>*dbprefix*apptemplate_items</name>
+ <name>*dbprefix*news_feeds</name>
<declaration>
<field>
- <name>item_id</name>
+ <name>feed_id</name>
<type>integer</type>
<default>0</default>
<notnull>true</notnull>
@@ -16,19 +16,13 @@
<length>4</length>
</field>
<field>
- <name>uid_owner</name>
- <type>text</type>
- <notnull>true</notnull>
- <length>64</length>
- </field>
- <field>
- <name>item_name</name>
+ <name>feed_name</name>
<type>text</type>
<notnull>true</notnull>
<length>100</length>
</field>
<field>
- <name>item_path</name>
+ <name>feed_url</name>
<type>text</type>
<notnull>true</notnull>
<length>100</length>