summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-14 18:53:49 +0400
committerAndrew Dolgov <[email protected]>2013-03-14 18:53:49 +0400
commitb6046b3a7b490f17899be820c0d00e1521c53d0c (patch)
tree9406531c1346e546cce2a63fcbbd7d03e2835fa3 /schema
parentd26859b5e1b6ff7cfb77ce39289d3a00d71919ae (diff)
add schema 104 upgrade files
Diffstat (limited to 'schema')
-rw-r--r--schema/versions/mysql/104.sql7
-rw-r--r--schema/versions/pgsql/104.sql7
2 files changed, 14 insertions, 0 deletions
diff --git a/schema/versions/mysql/104.sql b/schema/versions/mysql/104.sql
new file mode 100644
index 000000000..104e4b917
--- /dev/null
+++ b/schema/versions/mysql/104.sql
@@ -0,0 +1,7 @@
+begin;
+
+update ttrss_prefs set short_desc = 'Hide images in articles' where pref_name = 'STRIP_IMAGES';
+
+update ttrss_version set schema_version = 104;
+
+commit;
diff --git a/schema/versions/pgsql/104.sql b/schema/versions/pgsql/104.sql
new file mode 100644
index 000000000..104e4b917
--- /dev/null
+++ b/schema/versions/pgsql/104.sql
@@ -0,0 +1,7 @@
+begin;
+
+update ttrss_prefs set short_desc = 'Hide images in articles' where pref_name = 'STRIP_IMAGES';
+
+update ttrss_version set schema_version = 104;
+
+commit;