소스 검색

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
 );