forked from GNUsocial/gnu-social
Fix for PG filtering
This commit is contained in:
parent
c0bb3062f6
commit
0de3661d57
@ -417,7 +417,7 @@ class PgsqlSchema extends Schema
|
|||||||
*/
|
*/
|
||||||
function filterDef(array $tableDef)
|
function filterDef(array $tableDef)
|
||||||
{
|
{
|
||||||
foreach (array_keys($tableDef['fields']) as $name => &$col) {
|
foreach ($tableDef['fields'] as $name => &$col) {
|
||||||
// No convenient support for field descriptions
|
// No convenient support for field descriptions
|
||||||
unset($col['description']);
|
unset($col['description']);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user