summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1.3-1.1.4-mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-26 15:07:22 +0100
committerAndrew Dolgov <[email protected]>2006-02-26 15:07:22 +0100
commit59b8192f946cc44f6e88f2bb904d96dab2187c27 (patch)
tree3b2c9819dcb80e6dda70244d44dbe5a2619915a5 /schema/upgrade-1.1.3-1.1.4-mysql.sql
parent362698addb96983626a74d712e7547958771c93f (diff)
workaround for Opera cache of feeds/headlines panel; remove addheader param handling
Diffstat (limited to 'schema/upgrade-1.1.3-1.1.4-mysql.sql')
-rw-r--r--schema/upgrade-1.1.3-1.1.4-mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/upgrade-1.1.3-1.1.4-mysql.sql b/schema/upgrade-1.1.3-1.1.4-mysql.sql
index a4e2e7ab5..2570bb4ba 100644
--- a/schema/upgrade-1.1.3-1.1.4-mysql.sql
+++ b/schema/upgrade-1.1.3-1.1.4-mysql.sql
@@ -1,6 +1,6 @@
alter table ttrss_entries add column author varchar(250);
-update ttrss_entries set author = ;;;
+update ttrss_entries set author = '';
alter table ttrss_entries change author author varchar(250) not null;
alter table ttrss_entries alter column author set default '';