Преглед изворни кода

add organization_id field to sys_filemounts table

Olivier Massot пре 1 година
родитељ
комит
755f0daeb6
1 измењених фајлова са 8 додато и 1 уклоњено
  1. 8 1
      ot_admin/ext_tables.sql

+ 8 - 1
ot_admin/ext_tables.sql

@@ -8,8 +8,15 @@ CREATE TABLE pages (
 );
 );
 
 
 #
 #
-# Table structure for table 'pages'
+# Table structure for table 'tt_content'
 #
 #
 CREATE TABLE tt_content (
 CREATE TABLE tt_content (
    manually_deleted smallint(5) unsigned NOT NULL DEFAULT 0
    manually_deleted smallint(5) unsigned NOT NULL DEFAULT 0
 );
 );
+
+#
+# Table structure for table 'sys_filemounts'
+#
+CREATE TABLE sys_filemounts (
+   organization_id smallint(5) unsigned
+);