Explorar el Código

fix sys_filemounts.organization_id field type

Olivier Massot hace 1 año
padre
commit
9b501c7543
Se han modificado 1 ficheros con 1 adiciones y 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
 );