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