forked from GNUsocial/gnu-social
comment out the extra bit, cos there's always mysql-only stuff in therre.
this isn't a very good idea
This commit is contained in:
parent
a467c0ebba
commit
7bd6b62461
@ -520,9 +520,9 @@ class PgsqlSchema extends Schema
|
|||||||
$sql .= ($cd->nullable) ? "null " : "not null ";
|
$sql .= ($cd->nullable) ? "null " : "not null ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($cd->extra)) {
|
// if (!empty($cd->extra)) {
|
||||||
$sql .= "{$cd->extra} ";
|
// $sql .= "{$cd->extra} ";
|
||||||
}
|
// }
|
||||||
|
|
||||||
return $sql;
|
return $sql;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user