mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix incompatibility with MySQL 8.0
This commit is contained in:
parent
4ec0b85270
commit
75e9473724
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ class Document extends ModuleObject
|
||||||
}
|
}
|
||||||
if(!$oDB->isColumnExists('document_extra_keys', 'var_options'))
|
if(!$oDB->isColumnExists('document_extra_keys', 'var_options'))
|
||||||
{
|
{
|
||||||
$oDB->addColumn('document_extra_keys', 'var_options', 'text', '', '', false, 'var_default');
|
$oDB->addColumn('document_extra_keys', 'var_options', 'text', null, null, false, 'var_default');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue