From: Andrew Dolgov Date: Tue, 1 Nov 2005 09:01:03 +0000 (+0100) Subject: schema/upgrade-1.0.6-1.0.7.sql: fix X-Git-Tag: 1.0.7~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=833188150fb05b2a2672673590e592ae3e2b416d;p=tt-rss.git schema/upgrade-1.0.6-1.0.7.sql: fix --- diff --git a/schema/upgrade-1.0.6-1.0.7.sql b/schema/upgrade-1.0.6-1.0.7.sql index b3062d0b..cd31f137 100644 --- a/schema/upgrade-1.0.6-1.0.7.sql +++ b/schema/upgrade-1.0.6-1.0.7.sql @@ -1,6 +1,6 @@ alter table ttrss_feeds add column last_error text; -update ttrss_feeds set not last_error = ''; +update ttrss_feeds set last_error = ''; alter table ttrss_feeds alter column last_error set not null; alter table ttrss_feeds alter column last_error set default '';