summaryrefslogtreecommitdiff
path: root/schema/versions
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-03-23 14:38:58 +0300
committerAndrew Dolgov <[email protected]>2010-03-23 14:38:58 +0300
commitfa3317be48f0d255ddba75d5ae45b86c163016cc (patch)
treeb828f3d2b32c50400fab22e1aaa8e07fc6802341 /schema/versions
parentbf9b87b5bbc7e2d7c3e9dff5b987c517c080c306 (diff)
allow filtering by article author (bump schema)
Diffstat (limited to 'schema/versions')
-rw-r--r--schema/versions/mysql/66.sql7
-rw-r--r--schema/versions/pgsql/66.sql7
2 files changed, 14 insertions, 0 deletions
diff --git a/schema/versions/mysql/66.sql b/schema/versions/mysql/66.sql
new file mode 100644
index 000000000..f90c0a157
--- /dev/null
+++ b/schema/versions/mysql/66.sql
@@ -0,0 +1,7 @@
+begin;
+
+insert into ttrss_filter_types (id, name, description) values (6, 'author', 'Author');
+
+update ttrss_version set schema_version = 66;
+
+commit;
diff --git a/schema/versions/pgsql/66.sql b/schema/versions/pgsql/66.sql
new file mode 100644
index 000000000..f90c0a157
--- /dev/null
+++ b/schema/versions/pgsql/66.sql
@@ -0,0 +1,7 @@
+begin;
+
+insert into ttrss_filter_types (id, name, description) values (6, 'author', 'Author');
+
+update ttrss_version set schema_version = 66;
+
+commit;