summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-10 13:30:00 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-10 13:30:00 +0200
commit347000cc2d5597c1971942ebdbe97461c9fa5802 (patch)
tree8a2f6dc166ad871c646b4cf8bf13f4a9fcd02e55 /appinfo/database.xml
parentc487bfe23312a5b266d8eb21a3825ab791a1c3e8 (diff)
use a deleted flag for deleted feeds to handle undo
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index af0073098..7d3cf2378 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -38,6 +38,13 @@
<default>true</default>
<notnull>true</notnull>
</field>
+ <field>
+ <name>deleted_at</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
<index>
<name>news_folders_parent_id_index</name>
@@ -107,6 +114,13 @@
<unsigned>true</unsigned>
</field>
<field>
+ <name>deleted_at</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
+ <field>
<name>folder_id</name>
<type>integer</type>
<notnull>true</notnull>