From: Greg Sabino Mullane Date: Fri, 10 Oct 2008 18:08:45 +0000 (+0000) Subject: Alter oldimage.metadata to bytea, per bug 15815 X-Git-Tag: 1.31.0-rc.0~44806 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=b258649c293ac2713506cfc60bc3af48f2428fb5;p=lhc%2Fweb%2Fwiklou.git Alter oldimage.metadata to bytea, per bug 15815 --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 4980910e86..5fb054602e 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -1522,6 +1522,7 @@ function do_postgres_updates() { array("mwuser", "user_email_token","text", ""), array("objectcache", "keyname", "text", ""), array("oldimage", "oi_height", "integer", ""), + array("oldimage", "oi_metadata", "bytea", "decode(img_metadata,'escape')"), array("oldimage", "oi_size", "integer", ""), array("oldimage", "oi_width", "integer", ""), array("page", "page_is_redirect","smallint", "page_is_redirect::smallint DEFAULT 0"),