Explorar o código

fix sys_filemounts.organization_id field type

Olivier Massot hai 1 ano
pai
achega
9b501c7543
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 );