Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sqlite3.schema')
-rw-r--r--scripts/sqlite3.schema3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/sqlite3.schema b/scripts/sqlite3.schema
index 6858b4b..0280841 100644
--- a/scripts/sqlite3.schema
+++ b/scripts/sqlite3.schema
@@ -363,7 +363,8 @@ CREATE TABLE feed (
type text,
time integer,
room text,
- hash text
+ hash text,
+ changed text
);
CREATE INDEX feed_r ON feed (room);