mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#19708349 column length fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8332 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
baefb4536b
commit
1713666795
2 changed files with 2 additions and 2 deletions
|
|
@ -235,7 +235,7 @@
|
|||
}
|
||||
|
||||
//2011. 04. 07 adding description column to document categories
|
||||
if(!$oDB->isColumnExists("document_categories","description")) $oDB->addColumn('document_categories',"description","varchar",2000,0);
|
||||
if(!$oDB->isColumnExists("document_categories","description")) $oDB->addColumn('document_categories',"description","varchar",200,0);
|
||||
|
||||
return new Object(0,'success_updated');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue