From: Brenda Wallace Date: Sat, 15 May 2010 03:32:22 +0000 (+1200) Subject: comment out the extra bit, cos there's always mysql-only stuff in therre. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7bd6b62461551f26fa5571b72b260d4e92c9bfd5;p=quix0rs-gnu-social.git comment out the extra bit, cos there's always mysql-only stuff in therre. this isn't a very good idea --- diff --git a/lib/pgsqlschema.php b/lib/pgsqlschema.php index 16639ff1b0..583d01e0a7 100644 --- a/lib/pgsqlschema.php +++ b/lib/pgsqlschema.php @@ -520,9 +520,9 @@ class PgsqlSchema extends Schema $sql .= ($cd->nullable) ? "null " : "not null "; } - if (!empty($cd->extra)) { - $sql .= "{$cd->extra} "; - } +// if (!empty($cd->extra)) { +// $sql .= "{$cd->extra} "; +// } return $sql; }