mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
Merge branch 'rhymix:master' into develop
This commit is contained in:
commit
af21a9fb8a
7 changed files with 36 additions and 53 deletions
|
|
@ -231,7 +231,7 @@ class Document extends ModuleObject
|
|||
}
|
||||
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