summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/144.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-06 11:17:15 +0300
committerAndrew Dolgov <[email protected]>2021-03-06 11:17:15 +0300
commite5469479c1ee6ddb671659dbb6362eac50f02979 (patch)
tree42fac045821e3111fc07c8dd21f287a546edcd29 /sql/mysql/migrations/144.sql
parent42e057c8088070f9afd417d92cf6a0ebc9fdd01f (diff)
* don't try to update custom set feed favicons
* cleanup update_rss_feed() a bit, use ORM
Diffstat (limited to 'sql/mysql/migrations/144.sql')
-rw-r--r--sql/mysql/migrations/144.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql/migrations/144.sql b/sql/mysql/migrations/144.sql
new file mode 100644
index 000000000..c1932f12b
--- /dev/null
+++ b/sql/mysql/migrations/144.sql
@@ -0,0 +1,2 @@
+alter table ttrss_feeds add column favicon_is_custom boolean;
+alter table ttrss_feeds alter column favicon_is_custom set default null;