Ver código fonte

fix sys_filemounts.organization_id field type

Olivier Massot 1 ano atrás
pai
commit
9b501c7543
1 arquivos alterados com 1 adições e 1 exclusões
  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'
 # Table structure for table 'sys_filemounts'
 #
 #
 CREATE TABLE sys_filemounts (
 CREATE TABLE sys_filemounts (
-   organization_id smallint(5) unsigned
+   organization_id int unsigned
 );
 );