forked from GNUsocial/gnu-social
Rename the mysql_foreign_keys option to foreign_keys
And apply it universally.
This commit is contained in:
@@ -616,9 +616,6 @@ class MysqlSchema extends Schema
|
||||
$col['type'] = $this->mapType($col);
|
||||
unset($col['size']);
|
||||
}
|
||||
if (!common_config('db', 'mysql_foreign_keys')) {
|
||||
unset($tableDef['foreign keys']);
|
||||
}
|
||||
return $tableDef;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user