浏览代码

fix sys_filemounts.organization_id field type

Olivier Massot 1 年之前
父节点
当前提交
9b501c7543
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ot_admin/ext_tables.sql

+ 1 - 1
ot_admin/ext_tables.sql

@@ -18,5 +18,5 @@ CREATE TABLE tt_content (
 # Table structure for table 'sys_filemounts'
 #
 CREATE TABLE sys_filemounts (
-   organization_id smallint(5) unsigned
+   organization_id int unsigned
 );