summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-30 10:34:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-30 10:34:56 +0200
commit89824e9da726daf52b0e5805bb0d427930653b74 (patch)
treed3f3944676b007250f1d4da3be700b421cd009d6 /appinfo
parent00a567d7fc73ff0c4d6253bc83de94562070e0b3 (diff)
remove unique constraint for index
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index a9b32accf..eebd7603b 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -64,7 +64,7 @@
</index>
</declaration>
</table>
-
+
<table>
<name>*dbprefix*news_feeds</name>
<declaration>
@@ -109,7 +109,7 @@
<name>favicon_link</name>
<type>clob</type>
<notnull>false</notnull>
- </field>
+ </field>
<field>
<name>added</name>
<type>integer</type>
@@ -159,7 +159,7 @@
<name>folder_id</name>
</field>
</index>
-
+
<index>
<name>news_feeds_url_hash_index</name>
<field>
@@ -168,7 +168,7 @@
</index>
</declaration>
</table>
-
+
<table>
<name>*dbprefix*news_items</name>
<declaration>
@@ -247,17 +247,16 @@
<notnull>false</notnull>
<unsigned>true</unsigned>
</field>
-
+
<index>
<name>news_items_feed_id_index</name>
<field>
<name>feed_id</name>
</field>
</index>
-
+
<index>
<name>news_items_item_guid</name>
- <unique>true</unique>
<field>
<name>guid_hash</name>
</field>