-- MariaDB dump 10.19 Distrib 10.5.15-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: sogo -- ------------------------------------------------------ -- Server version 10.5.15-MariaDB-0+deb11u1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `sogo_alarms_folder` -- DROP TABLE IF EXISTS `sogo_alarms_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogo_alarms_folder` ( `c_path` varchar(255) NOT NULL, `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_recurrence_id` int(11) DEFAULT NULL, `c_alarm_number` int(11) NOT NULL, `c_alarm_date` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogo_folder_info` -- DROP TABLE IF EXISTS `sogo_folder_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogo_folder_info` ( `c_folder_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `c_path` varchar(255) NOT NULL, `c_path1` varchar(255) NOT NULL, `c_path2` varchar(255) DEFAULT NULL, `c_path3` varchar(255) DEFAULT NULL, `c_path4` varchar(255) DEFAULT NULL, `c_foldername` varchar(255) NOT NULL, `c_location` varchar(2048) NOT NULL, `c_quick_location` varchar(2048) DEFAULT NULL, `c_acl_location` varchar(2048) DEFAULT NULL, `c_folder_type` varchar(255) NOT NULL, PRIMARY KEY (`c_path`), UNIQUE KEY `c_folder_id` (`c_folder_id`) ) ENGINE=InnoDB AUTO_INCREMENT=238 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogo_sessions_folder` -- DROP TABLE IF EXISTS `sogo_sessions_folder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogo_sessions_folder` ( `c_id` varchar(255) NOT NULL, `c_value` varchar(4096) NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastseen` int(11) NOT NULL, PRIMARY KEY (`c_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogo_user_profile` -- DROP TABLE IF EXISTS `sogo_user_profile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogo_user_profile` ( `c_uid` varchar(255) NOT NULL, `c_defaults` longtext DEFAULT NULL, `c_settings` longtext DEFAULT NULL, PRIMARY KEY (`c_uid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoagafsi0040eb2ba58` -- DROP TABLE IF EXISTS `sogoagafsi0040eb2ba58`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoagafsi0040eb2ba58` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoagafsi0040eb2ba58_acl` -- DROP TABLE IF EXISTS `sogoagafsi0040eb2ba58_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoagafsi0040eb2ba58_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoagafsi0040eb2ba58_quick` -- DROP TABLE IF EXISTS `sogoagafsi0040eb2ba58_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoagafsi0040eb2ba58_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoagafsi00566c5f0f9` -- DROP TABLE IF EXISTS `sogoagafsi00566c5f0f9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoagafsi00566c5f0f9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoagafsi00566c5f0f9_acl` -- DROP TABLE IF EXISTS `sogoagafsi00566c5f0f9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoagafsi00566c5f0f9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoagafsi00566c5f0f9_quick` -- DROP TABLE IF EXISTS `sogoagafsi00566c5f0f9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoagafsi00566c5f0f9_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakampe0036540235d` -- DROP TABLE IF EXISTS `sogoakampe0036540235d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakampe0036540235d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakampe0036540235d_acl` -- DROP TABLE IF EXISTS `sogoakampe0036540235d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakampe0036540235d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakampe0036540235d_quick` -- DROP TABLE IF EXISTS `sogoakampe0036540235d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakampe0036540235d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakampe00e5517f78e` -- DROP TABLE IF EXISTS `sogoakampe00e5517f78e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakampe00e5517f78e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakampe00e5517f78e_acl` -- DROP TABLE IF EXISTS `sogoakampe00e5517f78e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakampe00e5517f78e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakampe00e5517f78e_quick` -- DROP TABLE IF EXISTS `sogoakampe00e5517f78e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakampe00e5517f78e_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes0035d2055de` -- DROP TABLE IF EXISTS `sogoakuddes0035d2055de`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes0035d2055de` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes0035d2055de_acl` -- DROP TABLE IF EXISTS `sogoakuddes0035d2055de_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes0035d2055de_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes0035d2055de_quick` -- DROP TABLE IF EXISTS `sogoakuddes0035d2055de_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes0035d2055de_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes00a49c327b0` -- DROP TABLE IF EXISTS `sogoakuddes00a49c327b0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes00a49c327b0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes00a49c327b0_acl` -- DROP TABLE IF EXISTS `sogoakuddes00a49c327b0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes00a49c327b0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes00a49c327b0_quick` -- DROP TABLE IF EXISTS `sogoakuddes00a49c327b0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes00a49c327b0_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes00b6f19c2b2` -- DROP TABLE IF EXISTS `sogoakuddes00b6f19c2b2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes00b6f19c2b2` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes00b6f19c2b2_acl` -- DROP TABLE IF EXISTS `sogoakuddes00b6f19c2b2_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes00b6f19c2b2_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoakuddes00b6f19c2b2_quick` -- DROP TABLE IF EXISTS `sogoakuddes00b6f19c2b2_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoakuddes00b6f19c2b2_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoalaufens00104755563` -- DROP TABLE IF EXISTS `sogoalaufens00104755563`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoalaufens00104755563` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoalaufens00104755563_acl` -- DROP TABLE IF EXISTS `sogoalaufens00104755563_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoalaufens00104755563_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoalaufens00104755563_quick` -- DROP TABLE IF EXISTS `sogoalaufens00104755563_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoalaufens00104755563_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoalaufens002318e2631` -- DROP TABLE IF EXISTS `sogoalaufens002318e2631`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoalaufens002318e2631` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoalaufens002318e2631_acl` -- DROP TABLE IF EXISTS `sogoalaufens002318e2631_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoalaufens002318e2631_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoalaufens002318e2631_quick` -- DROP TABLE IF EXISTS `sogoalaufens002318e2631_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoalaufens002318e2631_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaloth001141016a1` -- DROP TABLE IF EXISTS `sogoaloth001141016a1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaloth001141016a1` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaloth001141016a1_acl` -- DROP TABLE IF EXISTS `sogoaloth001141016a1_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaloth001141016a1_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaloth001141016a1_quick` -- DROP TABLE IF EXISTS `sogoaloth001141016a1_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaloth001141016a1_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaloth001740a29e1` -- DROP TABLE IF EXISTS `sogoaloth001740a29e1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaloth001740a29e1` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaloth001740a29e1_acl` -- DROP TABLE IF EXISTS `sogoaloth001740a29e1_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaloth001740a29e1_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaloth001740a29e1_quick` -- DROP TABLE IF EXISTS `sogoaloth001740a29e1_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaloth001740a29e1_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoameier00200339231` -- DROP TABLE IF EXISTS `sogoameier00200339231`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoameier00200339231` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoameier00200339231_acl` -- DROP TABLE IF EXISTS `sogoameier00200339231_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoameier00200339231_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoameier00200339231_quick` -- DROP TABLE IF EXISTS `sogoameier00200339231_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoameier00200339231_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoameier0036c9faa70` -- DROP TABLE IF EXISTS `sogoameier0036c9faa70`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoameier0036c9faa70` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoameier0036c9faa70_acl` -- DROP TABLE IF EXISTS `sogoameier0036c9faa70_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoameier0036c9faa70_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoameier0036c9faa70_quick` -- DROP TABLE IF EXISTS `sogoameier0036c9faa70_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoameier0036c9faa70_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc0017cbb5b7a` -- DROP TABLE IF EXISTS `sogoanepomuc0017cbb5b7a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc0017cbb5b7a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc0017cbb5b7a_acl` -- DROP TABLE IF EXISTS `sogoanepomuc0017cbb5b7a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc0017cbb5b7a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc0017cbb5b7a_quick` -- DROP TABLE IF EXISTS `sogoanepomuc0017cbb5b7a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc0017cbb5b7a_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc00c309d2ddb` -- DROP TABLE IF EXISTS `sogoanepomuc00c309d2ddb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc00c309d2ddb` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc00c309d2ddb_acl` -- DROP TABLE IF EXISTS `sogoanepomuc00c309d2ddb_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc00c309d2ddb_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc00c309d2ddb_quick` -- DROP TABLE IF EXISTS `sogoanepomuc00c309d2ddb_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc00c309d2ddb_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc00e7bf3597a` -- DROP TABLE IF EXISTS `sogoanepomuc00e7bf3597a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc00e7bf3597a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc00e7bf3597a_acl` -- DROP TABLE IF EXISTS `sogoanepomuc00e7bf3597a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc00e7bf3597a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoanepomuc00e7bf3597a_quick` -- DROP TABLE IF EXISTS `sogoanepomuc00e7bf3597a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoanepomuc00e7bf3597a_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaplieth00169533b18` -- DROP TABLE IF EXISTS `sogoaplieth00169533b18`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaplieth00169533b18` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaplieth00169533b18_acl` -- DROP TABLE IF EXISTS `sogoaplieth00169533b18_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaplieth00169533b18_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaplieth00169533b18_quick` -- DROP TABLE IF EXISTS `sogoaplieth00169533b18_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaplieth00169533b18_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaplieth003623d0c71` -- DROP TABLE IF EXISTS `sogoaplieth003623d0c71`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaplieth003623d0c71` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaplieth003623d0c71_acl` -- DROP TABLE IF EXISTS `sogoaplieth003623d0c71_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaplieth003623d0c71_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaplieth003623d0c71_quick` -- DROP TABLE IF EXISTS `sogoaplieth003623d0c71_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaplieth003623d0c71_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaroth00118d44338` -- DROP TABLE IF EXISTS `sogoaroth00118d44338`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaroth00118d44338` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaroth00118d44338_acl` -- DROP TABLE IF EXISTS `sogoaroth00118d44338_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaroth00118d44338_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaroth00118d44338_quick` -- DROP TABLE IF EXISTS `sogoaroth00118d44338_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaroth00118d44338_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaroth00446dac40a` -- DROP TABLE IF EXISTS `sogoaroth00446dac40a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaroth00446dac40a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaroth00446dac40a_acl` -- DROP TABLE IF EXISTS `sogoaroth00446dac40a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaroth00446dac40a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoaroth00446dac40a_quick` -- DROP TABLE IF EXISTS `sogoaroth00446dac40a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoaroth00446dac40a_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoatekavci0015263d108` -- DROP TABLE IF EXISTS `sogoatekavci0015263d108`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoatekavci0015263d108` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoatekavci0015263d108_acl` -- DROP TABLE IF EXISTS `sogoatekavci0015263d108_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoatekavci0015263d108_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoatekavci0015263d108_quick` -- DROP TABLE IF EXISTS `sogoatekavci0015263d108_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoatekavci0015263d108_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoatekavci002314058ed` -- DROP TABLE IF EXISTS `sogoatekavci002314058ed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoatekavci002314058ed` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoatekavci002314058ed_acl` -- DROP TABLE IF EXISTS `sogoatekavci002314058ed_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoatekavci002314058ed_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoatekavci002314058ed_quick` -- DROP TABLE IF EXISTS `sogoatekavci002314058ed_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoatekavci002314058ed_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobbaumkoe00259e880d0` -- DROP TABLE IF EXISTS `sogobbaumkoe00259e880d0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobbaumkoe00259e880d0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobbaumkoe00259e880d0_acl` -- DROP TABLE IF EXISTS `sogobbaumkoe00259e880d0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobbaumkoe00259e880d0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobbaumkoe00259e880d0_quick` -- DROP TABLE IF EXISTS `sogobbaumkoe00259e880d0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobbaumkoe00259e880d0_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobrumbach00206f144eb` -- DROP TABLE IF EXISTS `sogobrumbach00206f144eb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobrumbach00206f144eb` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobrumbach00206f144eb_acl` -- DROP TABLE IF EXISTS `sogobrumbach00206f144eb_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobrumbach00206f144eb_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobrumbach00206f144eb_quick` -- DROP TABLE IF EXISTS `sogobrumbach00206f144eb_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobrumbach00206f144eb_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobrumbach002202f927a` -- DROP TABLE IF EXISTS `sogobrumbach002202f927a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobrumbach002202f927a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobrumbach002202f927a_acl` -- DROP TABLE IF EXISTS `sogobrumbach002202f927a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobrumbach002202f927a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobrumbach002202f927a_quick` -- DROP TABLE IF EXISTS `sogobrumbach002202f927a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobrumbach002202f927a_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobschmitz00159422593` -- DROP TABLE IF EXISTS `sogobschmitz00159422593`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobschmitz00159422593` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobschmitz00159422593_acl` -- DROP TABLE IF EXISTS `sogobschmitz00159422593_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobschmitz00159422593_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobschmitz00159422593_quick` -- DROP TABLE IF EXISTS `sogobschmitz00159422593_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobschmitz00159422593_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobspitzle00111c4b856` -- DROP TABLE IF EXISTS `sogobspitzle00111c4b856`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobspitzle00111c4b856` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobspitzle00111c4b856_acl` -- DROP TABLE IF EXISTS `sogobspitzle00111c4b856_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobspitzle00111c4b856_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobspitzle00111c4b856_quick` -- DROP TABLE IF EXISTS `sogobspitzle00111c4b856_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobspitzle00111c4b856_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobspitzle00311d0167b` -- DROP TABLE IF EXISTS `sogobspitzle00311d0167b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobspitzle00311d0167b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobspitzle00311d0167b_acl` -- DROP TABLE IF EXISTS `sogobspitzle00311d0167b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobspitzle00311d0167b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogobspitzle00311d0167b_quick` -- DROP TABLE IF EXISTS `sogobspitzle00311d0167b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogobspitzle00311d0167b_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocmueller0012e5aec4c` -- DROP TABLE IF EXISTS `sogocmueller0012e5aec4c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocmueller0012e5aec4c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocmueller0012e5aec4c_acl` -- DROP TABLE IF EXISTS `sogocmueller0012e5aec4c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocmueller0012e5aec4c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocmueller0012e5aec4c_quick` -- DROP TABLE IF EXISTS `sogocmueller0012e5aec4c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocmueller0012e5aec4c_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocmueller0043d0c446f` -- DROP TABLE IF EXISTS `sogocmueller0043d0c446f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocmueller0043d0c446f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocmueller0043d0c446f_acl` -- DROP TABLE IF EXISTS `sogocmueller0043d0c446f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocmueller0043d0c446f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocmueller0043d0c446f_quick` -- DROP TABLE IF EXISTS `sogocmueller0043d0c446f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocmueller0043d0c446f_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocthanhae00b5804c3f0` -- DROP TABLE IF EXISTS `sogocthanhae00b5804c3f0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocthanhae00b5804c3f0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocthanhae00b5804c3f0_acl` -- DROP TABLE IF EXISTS `sogocthanhae00b5804c3f0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocthanhae00b5804c3f0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocthanhae00b5804c3f0_quick` -- DROP TABLE IF EXISTS `sogocthanhae00b5804c3f0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocthanhae00b5804c3f0_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocthanhae00c4041ce24` -- DROP TABLE IF EXISTS `sogocthanhae00c4041ce24`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocthanhae00c4041ce24` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocthanhae00c4041ce24_acl` -- DROP TABLE IF EXISTS `sogocthanhae00c4041ce24_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocthanhae00c4041ce24_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocthanhae00c4041ce24_quick` -- DROP TABLE IF EXISTS `sogocthanhae00c4041ce24_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocthanhae00c4041ce24_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocvdlinde001195cb3c5` -- DROP TABLE IF EXISTS `sogocvdlinde001195cb3c5`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocvdlinde001195cb3c5` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocvdlinde001195cb3c5_acl` -- DROP TABLE IF EXISTS `sogocvdlinde001195cb3c5_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocvdlinde001195cb3c5_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocvdlinde001195cb3c5_quick` -- DROP TABLE IF EXISTS `sogocvdlinde001195cb3c5_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocvdlinde001195cb3c5_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocvdlinde001209a7429` -- DROP TABLE IF EXISTS `sogocvdlinde001209a7429`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocvdlinde001209a7429` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocvdlinde001209a7429_acl` -- DROP TABLE IF EXISTS `sogocvdlinde001209a7429_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocvdlinde001209a7429_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogocvdlinde001209a7429_quick` -- DROP TABLE IF EXISTS `sogocvdlinde001209a7429_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogocvdlinde001209a7429_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoczimmerm0011ed0a65b` -- DROP TABLE IF EXISTS `sogoczimmerm0011ed0a65b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoczimmerm0011ed0a65b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoczimmerm0011ed0a65b_acl` -- DROP TABLE IF EXISTS `sogoczimmerm0011ed0a65b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoczimmerm0011ed0a65b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoczimmerm0011ed0a65b_quick` -- DROP TABLE IF EXISTS `sogoczimmerm0011ed0a65b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoczimmerm0011ed0a65b_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoczimmerm00201abd9c3` -- DROP TABLE IF EXISTS `sogoczimmerm00201abd9c3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoczimmerm00201abd9c3` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoczimmerm00201abd9c3_acl` -- DROP TABLE IF EXISTS `sogoczimmerm00201abd9c3_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoczimmerm00201abd9c3_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoczimmerm00201abd9c3_quick` -- DROP TABLE IF EXISTS `sogoczimmerm00201abd9c3_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoczimmerm00201abd9c3_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodbelazov001633d64ad` -- DROP TABLE IF EXISTS `sogodbelazov001633d64ad`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodbelazov001633d64ad` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodbelazov001633d64ad_acl` -- DROP TABLE IF EXISTS `sogodbelazov001633d64ad_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodbelazov001633d64ad_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodbelazov001633d64ad_quick` -- DROP TABLE IF EXISTS `sogodbelazov001633d64ad_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodbelazov001633d64ad_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodbelazov00170af8ce6` -- DROP TABLE IF EXISTS `sogodbelazov00170af8ce6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodbelazov00170af8ce6` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodbelazov00170af8ce6_acl` -- DROP TABLE IF EXISTS `sogodbelazov00170af8ce6_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodbelazov00170af8ce6_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodbelazov00170af8ce6_quick` -- DROP TABLE IF EXISTS `sogodbelazov00170af8ce6_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodbelazov00170af8ce6_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodfuchs002302c10fc` -- DROP TABLE IF EXISTS `sogodfuchs002302c10fc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodfuchs002302c10fc` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodfuchs002302c10fc_acl` -- DROP TABLE IF EXISTS `sogodfuchs002302c10fc_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodfuchs002302c10fc_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodfuchs002302c10fc_quick` -- DROP TABLE IF EXISTS `sogodfuchs002302c10fc_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodfuchs002302c10fc_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodfuchs003718cd15c` -- DROP TABLE IF EXISTS `sogodfuchs003718cd15c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodfuchs003718cd15c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodfuchs003718cd15c_acl` -- DROP TABLE IF EXISTS `sogodfuchs003718cd15c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodfuchs003718cd15c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodfuchs003718cd15c_quick` -- DROP TABLE IF EXISTS `sogodfuchs003718cd15c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodfuchs003718cd15c_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgeibel0055eb3dd6d` -- DROP TABLE IF EXISTS `sogodgeibel0055eb3dd6d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgeibel0055eb3dd6d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgeibel0055eb3dd6d_acl` -- DROP TABLE IF EXISTS `sogodgeibel0055eb3dd6d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgeibel0055eb3dd6d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgeibel0055eb3dd6d_quick` -- DROP TABLE IF EXISTS `sogodgeibel0055eb3dd6d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgeibel0055eb3dd6d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma00106b162eb` -- DROP TABLE IF EXISTS `sogodgrossma00106b162eb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma00106b162eb` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma00106b162eb_acl` -- DROP TABLE IF EXISTS `sogodgrossma00106b162eb_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma00106b162eb_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma00106b162eb_quick` -- DROP TABLE IF EXISTS `sogodgrossma00106b162eb_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma00106b162eb_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma0013e576eed` -- DROP TABLE IF EXISTS `sogodgrossma0013e576eed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma0013e576eed` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma0013e576eed_acl` -- DROP TABLE IF EXISTS `sogodgrossma0013e576eed_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma0013e576eed_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma0013e576eed_quick` -- DROP TABLE IF EXISTS `sogodgrossma0013e576eed_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma0013e576eed_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma0070d9dd0e6` -- DROP TABLE IF EXISTS `sogodgrossma0070d9dd0e6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma0070d9dd0e6` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma0070d9dd0e6_acl` -- DROP TABLE IF EXISTS `sogodgrossma0070d9dd0e6_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma0070d9dd0e6_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodgrossma0070d9dd0e6_quick` -- DROP TABLE IF EXISTS `sogodgrossma0070d9dd0e6_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodgrossma0070d9dd0e6_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodploski00150239dae` -- DROP TABLE IF EXISTS `sogodploski00150239dae`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodploski00150239dae` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodploski00150239dae_acl` -- DROP TABLE IF EXISTS `sogodploski00150239dae_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodploski00150239dae_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodploski00150239dae_quick` -- DROP TABLE IF EXISTS `sogodploski00150239dae_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodploski00150239dae_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodploski003550046de` -- DROP TABLE IF EXISTS `sogodploski003550046de`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodploski003550046de` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodploski003550046de_acl` -- DROP TABLE IF EXISTS `sogodploski003550046de_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodploski003550046de_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogodploski003550046de_quick` -- DROP TABLE IF EXISTS `sogodploski003550046de_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogodploski003550046de_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoeborner00145951647` -- DROP TABLE IF EXISTS `sogoeborner00145951647`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoeborner00145951647` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoeborner00145951647_acl` -- DROP TABLE IF EXISTS `sogoeborner00145951647_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoeborner00145951647_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoeborner00145951647_quick` -- DROP TABLE IF EXISTS `sogoeborner00145951647_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoeborner00145951647_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoeborner002253b3c9c` -- DROP TABLE IF EXISTS `sogoeborner002253b3c9c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoeborner002253b3c9c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoeborner002253b3c9c_acl` -- DROP TABLE IF EXISTS `sogoeborner002253b3c9c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoeborner002253b3c9c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoeborner002253b3c9c_quick` -- DROP TABLE IF EXISTS `sogoeborner002253b3c9c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoeborner002253b3c9c_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoebusson00156814b50` -- DROP TABLE IF EXISTS `sogoebusson00156814b50`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoebusson00156814b50` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoebusson00156814b50_acl` -- DROP TABLE IF EXISTS `sogoebusson00156814b50_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoebusson00156814b50_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoebusson00156814b50_quick` -- DROP TABLE IF EXISTS `sogoebusson00156814b50_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoebusson00156814b50_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoebusson0024d61ba82` -- DROP TABLE IF EXISTS `sogoebusson0024d61ba82`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoebusson0024d61ba82` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoebusson0024d61ba82_acl` -- DROP TABLE IF EXISTS `sogoebusson0024d61ba82_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoebusson0024d61ba82_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoebusson0024d61ba82_quick` -- DROP TABLE IF EXISTS `sogoebusson0024d61ba82_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoebusson0024d61ba82_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoedreylin00154a7929a` -- DROP TABLE IF EXISTS `sogoedreylin00154a7929a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoedreylin00154a7929a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoedreylin00154a7929a_acl` -- DROP TABLE IF EXISTS `sogoedreylin00154a7929a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoedreylin00154a7929a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoedreylin00154a7929a_quick` -- DROP TABLE IF EXISTS `sogoedreylin00154a7929a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoedreylin00154a7929a_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoedreylin0017e5613c3` -- DROP TABLE IF EXISTS `sogoedreylin0017e5613c3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoedreylin0017e5613c3` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoedreylin0017e5613c3_acl` -- DROP TABLE IF EXISTS `sogoedreylin0017e5613c3_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoedreylin0017e5613c3_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoedreylin0017e5613c3_quick` -- DROP TABLE IF EXISTS `sogoedreylin0017e5613c3_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoedreylin0017e5613c3_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofbusch00219fde44c` -- DROP TABLE IF EXISTS `sogofbusch00219fde44c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofbusch00219fde44c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofbusch00219fde44c_acl` -- DROP TABLE IF EXISTS `sogofbusch00219fde44c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofbusch00219fde44c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofbusch00219fde44c_quick` -- DROP TABLE IF EXISTS `sogofbusch00219fde44c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofbusch00219fde44c_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofbusch002671fb08d` -- DROP TABLE IF EXISTS `sogofbusch002671fb08d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofbusch002671fb08d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofbusch002671fb08d_acl` -- DROP TABLE IF EXISTS `sogofbusch002671fb08d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofbusch002671fb08d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofbusch002671fb08d_quick` -- DROP TABLE IF EXISTS `sogofbusch002671fb08d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofbusch002671fb08d_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofcurvers0015183bcf4` -- DROP TABLE IF EXISTS `sogofcurvers0015183bcf4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofcurvers0015183bcf4` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofcurvers0015183bcf4_acl` -- DROP TABLE IF EXISTS `sogofcurvers0015183bcf4_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofcurvers0015183bcf4_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofcurvers0015183bcf4_quick` -- DROP TABLE IF EXISTS `sogofcurvers0015183bcf4_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofcurvers0015183bcf4_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofcurvers0042c4a9654` -- DROP TABLE IF EXISTS `sogofcurvers0042c4a9654`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofcurvers0042c4a9654` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofcurvers0042c4a9654_acl` -- DROP TABLE IF EXISTS `sogofcurvers0042c4a9654_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofcurvers0042c4a9654_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofcurvers0042c4a9654_quick` -- DROP TABLE IF EXISTS `sogofcurvers0042c4a9654_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofcurvers0042c4a9654_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofeiwen001586aca06` -- DROP TABLE IF EXISTS `sogofeiwen001586aca06`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofeiwen001586aca06` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofeiwen001586aca06_acl` -- DROP TABLE IF EXISTS `sogofeiwen001586aca06_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofeiwen001586aca06_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofeiwen001586aca06_quick` -- DROP TABLE IF EXISTS `sogofeiwen001586aca06_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofeiwen001586aca06_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofeiwen0020eccd6f8` -- DROP TABLE IF EXISTS `sogofeiwen0020eccd6f8`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofeiwen0020eccd6f8` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofeiwen0020eccd6f8_acl` -- DROP TABLE IF EXISTS `sogofeiwen0020eccd6f8_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofeiwen0020eccd6f8_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofeiwen0020eccd6f8_quick` -- DROP TABLE IF EXISTS `sogofeiwen0020eccd6f8_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofeiwen0020eccd6f8_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofgeise00105fa9979` -- DROP TABLE IF EXISTS `sogofgeise00105fa9979`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofgeise00105fa9979` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofgeise00105fa9979_acl` -- DROP TABLE IF EXISTS `sogofgeise00105fa9979_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofgeise00105fa9979_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofgeise00105fa9979_quick` -- DROP TABLE IF EXISTS `sogofgeise00105fa9979_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofgeise00105fa9979_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofgeise00264a09f1b` -- DROP TABLE IF EXISTS `sogofgeise00264a09f1b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofgeise00264a09f1b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofgeise00264a09f1b_acl` -- DROP TABLE IF EXISTS `sogofgeise00264a09f1b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofgeise00264a09f1b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofgeise00264a09f1b_quick` -- DROP TABLE IF EXISTS `sogofgeise00264a09f1b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofgeise00264a09f1b_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofglier00143a48807` -- DROP TABLE IF EXISTS `sogofglier00143a48807`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofglier00143a48807` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofglier00143a48807_acl` -- DROP TABLE IF EXISTS `sogofglier00143a48807_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofglier00143a48807_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofglier00143a48807_quick` -- DROP TABLE IF EXISTS `sogofglier00143a48807_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofglier00143a48807_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofglier0026863fd73` -- DROP TABLE IF EXISTS `sogofglier0026863fd73`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofglier0026863fd73` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofglier0026863fd73_acl` -- DROP TABLE IF EXISTS `sogofglier0026863fd73_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofglier0026863fd73_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofglier0026863fd73_quick` -- DROP TABLE IF EXISTS `sogofglier0026863fd73_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofglier0026863fd73_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin0014ffdafe3` -- DROP TABLE IF EXISTS `sogofhenslin0014ffdafe3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin0014ffdafe3` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin0014ffdafe3_acl` -- DROP TABLE IF EXISTS `sogofhenslin0014ffdafe3_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin0014ffdafe3_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin0014ffdafe3_quick` -- DROP TABLE IF EXISTS `sogofhenslin0014ffdafe3_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin0014ffdafe3_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin001760e71cc` -- DROP TABLE IF EXISTS `sogofhenslin001760e71cc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin001760e71cc` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin001760e71cc_acl` -- DROP TABLE IF EXISTS `sogofhenslin001760e71cc_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin001760e71cc_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin001760e71cc_quick` -- DROP TABLE IF EXISTS `sogofhenslin001760e71cc_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin001760e71cc_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin004196f7133` -- DROP TABLE IF EXISTS `sogofhenslin004196f7133`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin004196f7133` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin004196f7133_acl` -- DROP TABLE IF EXISTS `sogofhenslin004196f7133_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin004196f7133_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofhenslin004196f7133_quick` -- DROP TABLE IF EXISTS `sogofhenslin004196f7133_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofhenslin004196f7133_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofmeier0015781d10f` -- DROP TABLE IF EXISTS `sogofmeier0015781d10f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofmeier0015781d10f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofmeier0015781d10f_acl` -- DROP TABLE IF EXISTS `sogofmeier0015781d10f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofmeier0015781d10f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofmeier0015781d10f_quick` -- DROP TABLE IF EXISTS `sogofmeier0015781d10f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofmeier0015781d10f_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofmeier004066ef4f9` -- DROP TABLE IF EXISTS `sogofmeier004066ef4f9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofmeier004066ef4f9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofmeier004066ef4f9_acl` -- DROP TABLE IF EXISTS `sogofmeier004066ef4f9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofmeier004066ef4f9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofmeier004066ef4f9_quick` -- DROP TABLE IF EXISTS `sogofmeier004066ef4f9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofmeier004066ef4f9_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofradtke0013b10ac08` -- DROP TABLE IF EXISTS `sogofradtke0013b10ac08`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofradtke0013b10ac08` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofradtke0013b10ac08_acl` -- DROP TABLE IF EXISTS `sogofradtke0013b10ac08_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofradtke0013b10ac08_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofradtke0013b10ac08_quick` -- DROP TABLE IF EXISTS `sogofradtke0013b10ac08_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofradtke0013b10ac08_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofradtke00143a5a226` -- DROP TABLE IF EXISTS `sogofradtke00143a5a226`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofradtke00143a5a226` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofradtke00143a5a226_acl` -- DROP TABLE IF EXISTS `sogofradtke00143a5a226_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofradtke00143a5a226_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofradtke00143a5a226_quick` -- DROP TABLE IF EXISTS `sogofradtke00143a5a226_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofradtke00143a5a226_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofrohrber0010bbe52f5` -- DROP TABLE IF EXISTS `sogofrohrber0010bbe52f5`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofrohrber0010bbe52f5` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofrohrber0010bbe52f5_acl` -- DROP TABLE IF EXISTS `sogofrohrber0010bbe52f5_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofrohrber0010bbe52f5_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofrohrber0010bbe52f5_quick` -- DROP TABLE IF EXISTS `sogofrohrber0010bbe52f5_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofrohrber0010bbe52f5_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofrohrber0011e2894a0` -- DROP TABLE IF EXISTS `sogofrohrber0011e2894a0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofrohrber0011e2894a0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofrohrber0011e2894a0_acl` -- DROP TABLE IF EXISTS `sogofrohrber0011e2894a0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofrohrber0011e2894a0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofrohrber0011e2894a0_quick` -- DROP TABLE IF EXISTS `sogofrohrber0011e2894a0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofrohrber0011e2894a0_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofschmidt00108103a68` -- DROP TABLE IF EXISTS `sogofschmidt00108103a68`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofschmidt00108103a68` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofschmidt00108103a68_acl` -- DROP TABLE IF EXISTS `sogofschmidt00108103a68_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofschmidt00108103a68_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofschmidt00108103a68_quick` -- DROP TABLE IF EXISTS `sogofschmidt00108103a68_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofschmidt00108103a68_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofschmidt00261afb96e` -- DROP TABLE IF EXISTS `sogofschmidt00261afb96e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofschmidt00261afb96e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofschmidt00261afb96e_acl` -- DROP TABLE IF EXISTS `sogofschmidt00261afb96e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofschmidt00261afb96e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofschmidt00261afb96e_quick` -- DROP TABLE IF EXISTS `sogofschmidt00261afb96e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofschmidt00261afb96e_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst0021c6ac855` -- DROP TABLE IF EXISTS `sogofsdienst0021c6ac855`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst0021c6ac855` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst0021c6ac855_acl` -- DROP TABLE IF EXISTS `sogofsdienst0021c6ac855_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst0021c6ac855_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst0021c6ac855_quick` -- DROP TABLE IF EXISTS `sogofsdienst0021c6ac855_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst0021c6ac855_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst00339f61a8e` -- DROP TABLE IF EXISTS `sogofsdienst00339f61a8e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst00339f61a8e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst00339f61a8e_acl` -- DROP TABLE IF EXISTS `sogofsdienst00339f61a8e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst00339f61a8e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst00339f61a8e_quick` -- DROP TABLE IF EXISTS `sogofsdienst00339f61a8e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst00339f61a8e_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst004722a890f` -- DROP TABLE IF EXISTS `sogofsdienst004722a890f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst004722a890f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst004722a890f_acl` -- DROP TABLE IF EXISTS `sogofsdienst004722a890f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst004722a890f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst004722a890f_quick` -- DROP TABLE IF EXISTS `sogofsdienst004722a890f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst004722a890f_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst0061bdbd506` -- DROP TABLE IF EXISTS `sogofsdienst0061bdbd506`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst0061bdbd506` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst0061bdbd506_acl` -- DROP TABLE IF EXISTS `sogofsdienst0061bdbd506_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst0061bdbd506_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogofsdienst0061bdbd506_quick` -- DROP TABLE IF EXISTS `sogofsdienst0061bdbd506_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogofsdienst0061bdbd506_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohhartman001346bf078` -- DROP TABLE IF EXISTS `sogohhartman001346bf078`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohhartman001346bf078` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohhartman001346bf078_acl` -- DROP TABLE IF EXISTS `sogohhartman001346bf078_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohhartman001346bf078_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohhartman001346bf078_quick` -- DROP TABLE IF EXISTS `sogohhartman001346bf078_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohhartman001346bf078_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohhartman001411e2fe9` -- DROP TABLE IF EXISTS `sogohhartman001411e2fe9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohhartman001411e2fe9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohhartman001411e2fe9_acl` -- DROP TABLE IF EXISTS `sogohhartman001411e2fe9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohhartman001411e2fe9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohhartman001411e2fe9_quick` -- DROP TABLE IF EXISTS `sogohhartman001411e2fe9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohhartman001411e2fe9_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohpadberg001218b5c81` -- DROP TABLE IF EXISTS `sogohpadberg001218b5c81`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohpadberg001218b5c81` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohpadberg001218b5c81_acl` -- DROP TABLE IF EXISTS `sogohpadberg001218b5c81_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohpadberg001218b5c81_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohpadberg001218b5c81_quick` -- DROP TABLE IF EXISTS `sogohpadberg001218b5c81_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohpadberg001218b5c81_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohpadberg0016d385eed` -- DROP TABLE IF EXISTS `sogohpadberg0016d385eed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohpadberg0016d385eed` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohpadberg0016d385eed_acl` -- DROP TABLE IF EXISTS `sogohpadberg0016d385eed_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohpadberg0016d385eed_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogohpadberg0016d385eed_quick` -- DROP TABLE IF EXISTS `sogohpadberg0016d385eed_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogohpadberg0016d385eed_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoibierman0050b3ab4ac` -- DROP TABLE IF EXISTS `sogoibierman0050b3ab4ac`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoibierman0050b3ab4ac` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoibierman0050b3ab4ac_acl` -- DROP TABLE IF EXISTS `sogoibierman0050b3ab4ac_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoibierman0050b3ab4ac_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoibierman0050b3ab4ac_quick` -- DROP TABLE IF EXISTS `sogoibierman0050b3ab4ac_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoibierman0050b3ab4ac_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoibierman00567b237b6` -- DROP TABLE IF EXISTS `sogoibierman00567b237b6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoibierman00567b237b6` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoibierman00567b237b6_acl` -- DROP TABLE IF EXISTS `sogoibierman00567b237b6_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoibierman00567b237b6_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoibierman00567b237b6_quick` -- DROP TABLE IF EXISTS `sogoibierman00567b237b6_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoibierman00567b237b6_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoidamm0015eecd4e5` -- DROP TABLE IF EXISTS `sogoidamm0015eecd4e5`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoidamm0015eecd4e5` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoidamm0015eecd4e5_acl` -- DROP TABLE IF EXISTS `sogoidamm0015eecd4e5_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoidamm0015eecd4e5_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoidamm0015eecd4e5_quick` -- DROP TABLE IF EXISTS `sogoidamm0015eecd4e5_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoidamm0015eecd4e5_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoidamm00160e4e7c9` -- DROP TABLE IF EXISTS `sogoidamm00160e4e7c9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoidamm00160e4e7c9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoidamm00160e4e7c9_acl` -- DROP TABLE IF EXISTS `sogoidamm00160e4e7c9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoidamm00160e4e7c9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoidamm00160e4e7c9_quick` -- DROP TABLE IF EXISTS `sogoidamm00160e4e7c9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoidamm00160e4e7c9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier001049201e3` -- DROP TABLE IF EXISTS `sogoimmeier001049201e3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier001049201e3` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier001049201e3_acl` -- DROP TABLE IF EXISTS `sogoimmeier001049201e3_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier001049201e3_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier001049201e3_quick` -- DROP TABLE IF EXISTS `sogoimmeier001049201e3_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier001049201e3_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier001151e5486` -- DROP TABLE IF EXISTS `sogoimmeier001151e5486`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier001151e5486` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier001151e5486_acl` -- DROP TABLE IF EXISTS `sogoimmeier001151e5486_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier001151e5486_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier001151e5486_quick` -- DROP TABLE IF EXISTS `sogoimmeier001151e5486_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier001151e5486_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier002084fad65` -- DROP TABLE IF EXISTS `sogoimmeier002084fad65`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier002084fad65` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier002084fad65_acl` -- DROP TABLE IF EXISTS `sogoimmeier002084fad65_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier002084fad65_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier002084fad65_quick` -- DROP TABLE IF EXISTS `sogoimmeier002084fad65_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier002084fad65_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier00471112e41` -- DROP TABLE IF EXISTS `sogoimmeier00471112e41`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier00471112e41` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier00471112e41_acl` -- DROP TABLE IF EXISTS `sogoimmeier00471112e41_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier00471112e41_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoimmeier00471112e41_quick` -- DROP TABLE IF EXISTS `sogoimmeier00471112e41_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoimmeier00471112e41_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoischneid00148495183` -- DROP TABLE IF EXISTS `sogoischneid00148495183`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoischneid00148495183` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoischneid00148495183_acl` -- DROP TABLE IF EXISTS `sogoischneid00148495183_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoischneid00148495183_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoischneid00148495183_quick` -- DROP TABLE IF EXISTS `sogoischneid00148495183_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoischneid00148495183_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoischneid00253f79264` -- DROP TABLE IF EXISTS `sogoischneid00253f79264`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoischneid00253f79264` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoischneid00253f79264_acl` -- DROP TABLE IF EXISTS `sogoischneid00253f79264_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoischneid00253f79264_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoischneid00253f79264_quick` -- DROP TABLE IF EXISTS `sogoischneid00253f79264_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoischneid00253f79264_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojbrachma0084cc5997f` -- DROP TABLE IF EXISTS `sogojbrachma0084cc5997f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojbrachma0084cc5997f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojbrachma0084cc5997f_acl` -- DROP TABLE IF EXISTS `sogojbrachma0084cc5997f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojbrachma0084cc5997f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojbrachma0084cc5997f_quick` -- DROP TABLE IF EXISTS `sogojbrachma0084cc5997f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojbrachma0084cc5997f_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojbrachma00c00aaf3a7` -- DROP TABLE IF EXISTS `sogojbrachma00c00aaf3a7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojbrachma00c00aaf3a7` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojbrachma00c00aaf3a7_acl` -- DROP TABLE IF EXISTS `sogojbrachma00c00aaf3a7_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojbrachma00c00aaf3a7_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojbrachma00c00aaf3a7_quick` -- DROP TABLE IF EXISTS `sogojbrachma00c00aaf3a7_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojbrachma00c00aaf3a7_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojchen00157e7be23` -- DROP TABLE IF EXISTS `sogojchen00157e7be23`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojchen00157e7be23` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojchen00157e7be23_acl` -- DROP TABLE IF EXISTS `sogojchen00157e7be23_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojchen00157e7be23_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojchen00157e7be23_quick` -- DROP TABLE IF EXISTS `sogojchen00157e7be23_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojchen00157e7be23_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojfreytag0021eccea2c` -- DROP TABLE IF EXISTS `sogojfreytag0021eccea2c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojfreytag0021eccea2c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojfreytag0021eccea2c_acl` -- DROP TABLE IF EXISTS `sogojfreytag0021eccea2c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojfreytag0021eccea2c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojfreytag0021eccea2c_quick` -- DROP TABLE IF EXISTS `sogojfreytag0021eccea2c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojfreytag0021eccea2c_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojfreytag0031e449c6a` -- DROP TABLE IF EXISTS `sogojfreytag0031e449c6a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojfreytag0031e449c6a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojfreytag0031e449c6a_acl` -- DROP TABLE IF EXISTS `sogojfreytag0031e449c6a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojfreytag0031e449c6a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojfreytag0031e449c6a_quick` -- DROP TABLE IF EXISTS `sogojfreytag0031e449c6a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojfreytag0031e449c6a_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhoeffge0017cd48ad0` -- DROP TABLE IF EXISTS `sogojhoeffge0017cd48ad0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhoeffge0017cd48ad0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhoeffge0017cd48ad0_acl` -- DROP TABLE IF EXISTS `sogojhoeffge0017cd48ad0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhoeffge0017cd48ad0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhoeffge0017cd48ad0_quick` -- DROP TABLE IF EXISTS `sogojhoeffge0017cd48ad0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhoeffge0017cd48ad0_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhoeffge0022527dca4` -- DROP TABLE IF EXISTS `sogojhoeffge0022527dca4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhoeffge0022527dca4` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhoeffge0022527dca4_acl` -- DROP TABLE IF EXISTS `sogojhoeffge0022527dca4_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhoeffge0022527dca4_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhoeffge0022527dca4_quick` -- DROP TABLE IF EXISTS `sogojhoeffge0022527dca4_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhoeffge0022527dca4_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhohn00133196807` -- DROP TABLE IF EXISTS `sogojhohn00133196807`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhohn00133196807` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhohn00133196807_acl` -- DROP TABLE IF EXISTS `sogojhohn00133196807_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhohn00133196807_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhohn00133196807_quick` -- DROP TABLE IF EXISTS `sogojhohn00133196807_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhohn00133196807_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhohn0017e56480a` -- DROP TABLE IF EXISTS `sogojhohn0017e56480a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhohn0017e56480a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhohn0017e56480a_acl` -- DROP TABLE IF EXISTS `sogojhohn0017e56480a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhohn0017e56480a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojhohn0017e56480a_quick` -- DROP TABLE IF EXISTS `sogojhohn0017e56480a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojhohn0017e56480a_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojklose001350a25e3` -- DROP TABLE IF EXISTS `sogojklose001350a25e3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojklose001350a25e3` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojklose001350a25e3_acl` -- DROP TABLE IF EXISTS `sogojklose001350a25e3_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojklose001350a25e3_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojklose001350a25e3_quick` -- DROP TABLE IF EXISTS `sogojklose001350a25e3_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojklose001350a25e3_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler0016b315e6d` -- DROP TABLE IF EXISTS `sogojkoehler0016b315e6d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler0016b315e6d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler0016b315e6d_acl` -- DROP TABLE IF EXISTS `sogojkoehler0016b315e6d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler0016b315e6d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler0016b315e6d_quick` -- DROP TABLE IF EXISTS `sogojkoehler0016b315e6d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler0016b315e6d_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler00261ed7259` -- DROP TABLE IF EXISTS `sogojkoehler00261ed7259`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler00261ed7259` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler00261ed7259_acl` -- DROP TABLE IF EXISTS `sogojkoehler00261ed7259_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler00261ed7259_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler00261ed7259_quick` -- DROP TABLE IF EXISTS `sogojkoehler00261ed7259_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler00261ed7259_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler0035fcabe8e` -- DROP TABLE IF EXISTS `sogojkoehler0035fcabe8e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler0035fcabe8e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler0035fcabe8e_acl` -- DROP TABLE IF EXISTS `sogojkoehler0035fcabe8e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler0035fcabe8e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojkoehler0035fcabe8e_quick` -- DROP TABLE IF EXISTS `sogojkoehler0035fcabe8e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojkoehler0035fcabe8e_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb00143e85854` -- DROP TABLE IF EXISTS `sogojlangenb00143e85854`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb00143e85854` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb00143e85854_acl` -- DROP TABLE IF EXISTS `sogojlangenb00143e85854_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb00143e85854_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb00143e85854_quick` -- DROP TABLE IF EXISTS `sogojlangenb00143e85854_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb00143e85854_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb006120f466d` -- DROP TABLE IF EXISTS `sogojlangenb006120f466d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb006120f466d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb006120f466d_acl` -- DROP TABLE IF EXISTS `sogojlangenb006120f466d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb006120f466d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb006120f466d_quick` -- DROP TABLE IF EXISTS `sogojlangenb006120f466d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb006120f466d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb0077ebf8d21` -- DROP TABLE IF EXISTS `sogojlangenb0077ebf8d21`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb0077ebf8d21` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb0077ebf8d21_acl` -- DROP TABLE IF EXISTS `sogojlangenb0077ebf8d21_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb0077ebf8d21_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojlangenb0077ebf8d21_quick` -- DROP TABLE IF EXISTS `sogojlangenb0077ebf8d21_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojlangenb0077ebf8d21_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojveltmaa0011c820dcc` -- DROP TABLE IF EXISTS `sogojveltmaa0011c820dcc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojveltmaa0011c820dcc` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojveltmaa0011c820dcc_acl` -- DROP TABLE IF EXISTS `sogojveltmaa0011c820dcc_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojveltmaa0011c820dcc_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojveltmaa0011c820dcc_quick` -- DROP TABLE IF EXISTS `sogojveltmaa0011c820dcc_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojveltmaa0011c820dcc_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojveltmaa00a14b0655b` -- DROP TABLE IF EXISTS `sogojveltmaa00a14b0655b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojveltmaa00a14b0655b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojveltmaa00a14b0655b_acl` -- DROP TABLE IF EXISTS `sogojveltmaa00a14b0655b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojveltmaa00a14b0655b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojveltmaa00a14b0655b_quick` -- DROP TABLE IF EXISTS `sogojveltmaa00a14b0655b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojveltmaa00a14b0655b_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojziob00124f6ace4` -- DROP TABLE IF EXISTS `sogojziob00124f6ace4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojziob00124f6ace4` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojziob00124f6ace4_acl` -- DROP TABLE IF EXISTS `sogojziob00124f6ace4_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojziob00124f6ace4_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojziob00124f6ace4_quick` -- DROP TABLE IF EXISTS `sogojziob00124f6ace4_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojziob00124f6ace4_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojziob00174a94a81` -- DROP TABLE IF EXISTS `sogojziob00174a94a81`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojziob00174a94a81` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojziob00174a94a81_acl` -- DROP TABLE IF EXISTS `sogojziob00174a94a81_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojziob00174a94a81_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogojziob00174a94a81_quick` -- DROP TABLE IF EXISTS `sogojziob00174a94a81_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogojziob00174a94a81_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokasse00328a60e45` -- DROP TABLE IF EXISTS `sogokasse00328a60e45`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokasse00328a60e45` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokasse00328a60e45_acl` -- DROP TABLE IF EXISTS `sogokasse00328a60e45_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokasse00328a60e45_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokasse00328a60e45_quick` -- DROP TABLE IF EXISTS `sogokasse00328a60e45_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokasse00328a60e45_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokgoss00112ad8d7f` -- DROP TABLE IF EXISTS `sogokgoss00112ad8d7f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokgoss00112ad8d7f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokgoss00112ad8d7f_acl` -- DROP TABLE IF EXISTS `sogokgoss00112ad8d7f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokgoss00112ad8d7f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokgoss00112ad8d7f_quick` -- DROP TABLE IF EXISTS `sogokgoss00112ad8d7f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokgoss00112ad8d7f_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokgoss001702ec05b` -- DROP TABLE IF EXISTS `sogokgoss001702ec05b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokgoss001702ec05b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokgoss001702ec05b_acl` -- DROP TABLE IF EXISTS `sogokgoss001702ec05b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokgoss001702ec05b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokgoss001702ec05b_quick` -- DROP TABLE IF EXISTS `sogokgoss001702ec05b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokgoss001702ec05b_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokkolling0012d80ada1` -- DROP TABLE IF EXISTS `sogokkolling0012d80ada1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokkolling0012d80ada1` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokkolling0012d80ada1_acl` -- DROP TABLE IF EXISTS `sogokkolling0012d80ada1_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokkolling0012d80ada1_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokkolling0012d80ada1_quick` -- DROP TABLE IF EXISTS `sogokkolling0012d80ada1_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokkolling0012d80ada1_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokkolling0017903d12a` -- DROP TABLE IF EXISTS `sogokkolling0017903d12a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokkolling0017903d12a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokkolling0017903d12a_acl` -- DROP TABLE IF EXISTS `sogokkolling0017903d12a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokkolling0017903d12a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokkolling0017903d12a_quick` -- DROP TABLE IF EXISTS `sogokkolling0017903d12a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokkolling0017903d12a_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb0014ff3951b` -- DROP TABLE IF EXISTS `sogokschwalb0014ff3951b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb0014ff3951b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb0014ff3951b_acl` -- DROP TABLE IF EXISTS `sogokschwalb0014ff3951b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb0014ff3951b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb0014ff3951b_quick` -- DROP TABLE IF EXISTS `sogokschwalb0014ff3951b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb0014ff3951b_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb00379299303` -- DROP TABLE IF EXISTS `sogokschwalb00379299303`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb00379299303` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb00379299303_acl` -- DROP TABLE IF EXISTS `sogokschwalb00379299303_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb00379299303_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb00379299303_quick` -- DROP TABLE IF EXISTS `sogokschwalb00379299303_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb00379299303_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb00b0c0829dc` -- DROP TABLE IF EXISTS `sogokschwalb00b0c0829dc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb00b0c0829dc` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb00b0c0829dc_acl` -- DROP TABLE IF EXISTS `sogokschwalb00b0c0829dc_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb00b0c0829dc_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogokschwalb00b0c0829dc_quick` -- DROP TABLE IF EXISTS `sogokschwalb00b0c0829dc_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogokschwalb00b0c0829dc_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolfreyman0014661a429` -- DROP TABLE IF EXISTS `sogolfreyman0014661a429`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolfreyman0014661a429` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolfreyman0014661a429_acl` -- DROP TABLE IF EXISTS `sogolfreyman0014661a429_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolfreyman0014661a429_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolfreyman0014661a429_quick` -- DROP TABLE IF EXISTS `sogolfreyman0014661a429_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolfreyman0014661a429_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolfreyman00354e8c740` -- DROP TABLE IF EXISTS `sogolfreyman00354e8c740`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolfreyman00354e8c740` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolfreyman00354e8c740_acl` -- DROP TABLE IF EXISTS `sogolfreyman00354e8c740_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolfreyman00354e8c740_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolfreyman00354e8c740_quick` -- DROP TABLE IF EXISTS `sogolfreyman00354e8c740_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolfreyman00354e8c740_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolhuyssen0012911b7b9` -- DROP TABLE IF EXISTS `sogolhuyssen0012911b7b9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolhuyssen0012911b7b9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolhuyssen0012911b7b9_acl` -- DROP TABLE IF EXISTS `sogolhuyssen0012911b7b9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolhuyssen0012911b7b9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolhuyssen0012911b7b9_quick` -- DROP TABLE IF EXISTS `sogolhuyssen0012911b7b9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolhuyssen0012911b7b9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolhuyssen0046a988480` -- DROP TABLE IF EXISTS `sogolhuyssen0046a988480`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolhuyssen0046a988480` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolhuyssen0046a988480_acl` -- DROP TABLE IF EXISTS `sogolhuyssen0046a988480_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolhuyssen0046a988480_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolhuyssen0046a988480_quick` -- DROP TABLE IF EXISTS `sogolhuyssen0046a988480_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolhuyssen0046a988480_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolkopruch0012c667c17` -- DROP TABLE IF EXISTS `sogolkopruch0012c667c17`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolkopruch0012c667c17` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolkopruch0012c667c17_acl` -- DROP TABLE IF EXISTS `sogolkopruch0012c667c17_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolkopruch0012c667c17_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolkopruch0012c667c17_quick` -- DROP TABLE IF EXISTS `sogolkopruch0012c667c17_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolkopruch0012c667c17_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolkopruch0012db63f12` -- DROP TABLE IF EXISTS `sogolkopruch0012db63f12`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolkopruch0012db63f12` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolkopruch0012db63f12_acl` -- DROP TABLE IF EXISTS `sogolkopruch0012db63f12_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolkopruch0012db63f12_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolkopruch0012db63f12_quick` -- DROP TABLE IF EXISTS `sogolkopruch0012db63f12_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolkopruch0012db63f12_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolrathman002070f63f3` -- DROP TABLE IF EXISTS `sogolrathman002070f63f3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolrathman002070f63f3` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolrathman002070f63f3_acl` -- DROP TABLE IF EXISTS `sogolrathman002070f63f3_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolrathman002070f63f3_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolrathman002070f63f3_quick` -- DROP TABLE IF EXISTS `sogolrathman002070f63f3_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolrathman002070f63f3_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolrathman00270d5e5ea` -- DROP TABLE IF EXISTS `sogolrathman00270d5e5ea`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolrathman00270d5e5ea` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolrathman00270d5e5ea_acl` -- DROP TABLE IF EXISTS `sogolrathman00270d5e5ea_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolrathman00270d5e5ea_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogolrathman00270d5e5ea_quick` -- DROP TABLE IF EXISTS `sogolrathman00270d5e5ea_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogolrathman00270d5e5ea_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomaamberg0022cfd1405` -- DROP TABLE IF EXISTS `sogomaamberg0022cfd1405`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomaamberg0022cfd1405` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomaamberg0022cfd1405_acl` -- DROP TABLE IF EXISTS `sogomaamberg0022cfd1405_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomaamberg0022cfd1405_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomaamberg0022cfd1405_quick` -- DROP TABLE IF EXISTS `sogomaamberg0022cfd1405_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomaamberg0022cfd1405_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomaamberg0057f567477` -- DROP TABLE IF EXISTS `sogomaamberg0057f567477`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomaamberg0057f567477` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomaamberg0057f567477_acl` -- DROP TABLE IF EXISTS `sogomaamberg0057f567477_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomaamberg0057f567477_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomaamberg0057f567477_quick` -- DROP TABLE IF EXISTS `sogomaamberg0057f567477_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomaamberg0057f567477_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomamberg00139a218ff` -- DROP TABLE IF EXISTS `sogomamberg00139a218ff`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomamberg00139a218ff` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomamberg00139a218ff_acl` -- DROP TABLE IF EXISTS `sogomamberg00139a218ff_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomamberg00139a218ff_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomamberg00139a218ff_quick` -- DROP TABLE IF EXISTS `sogomamberg00139a218ff_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomamberg00139a218ff_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomandary00123b3e07a` -- DROP TABLE IF EXISTS `sogomandary00123b3e07a`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomandary00123b3e07a` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomandary00123b3e07a_acl` -- DROP TABLE IF EXISTS `sogomandary00123b3e07a_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomandary00123b3e07a_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomandary00123b3e07a_quick` -- DROP TABLE IF EXISTS `sogomandary00123b3e07a_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomandary00123b3e07a_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomandary002001bdc7d` -- DROP TABLE IF EXISTS `sogomandary002001bdc7d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomandary002001bdc7d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomandary002001bdc7d_acl` -- DROP TABLE IF EXISTS `sogomandary002001bdc7d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomandary002001bdc7d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomandary002001bdc7d_quick` -- DROP TABLE IF EXISTS `sogomandary002001bdc7d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomandary002001bdc7d_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombayarja0011cad37d9` -- DROP TABLE IF EXISTS `sogombayarja0011cad37d9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombayarja0011cad37d9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombayarja0011cad37d9_acl` -- DROP TABLE IF EXISTS `sogombayarja0011cad37d9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombayarja0011cad37d9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombayarja0011cad37d9_quick` -- DROP TABLE IF EXISTS `sogombayarja0011cad37d9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombayarja0011cad37d9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombayarja0021c3a2513` -- DROP TABLE IF EXISTS `sogombayarja0021c3a2513`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombayarja0021c3a2513` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombayarja0021c3a2513_acl` -- DROP TABLE IF EXISTS `sogombayarja0021c3a2513_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombayarja0021c3a2513_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombayarja0021c3a2513_quick` -- DROP TABLE IF EXISTS `sogombayarja0021c3a2513_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombayarja0021c3a2513_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomblum0013429c2e4` -- DROP TABLE IF EXISTS `sogomblum0013429c2e4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomblum0013429c2e4` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomblum0013429c2e4_acl` -- DROP TABLE IF EXISTS `sogomblum0013429c2e4_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomblum0013429c2e4_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomblum0013429c2e4_quick` -- DROP TABLE IF EXISTS `sogomblum0013429c2e4_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomblum0013429c2e4_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomblum0013f750c48` -- DROP TABLE IF EXISTS `sogomblum0013f750c48`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomblum0013f750c48` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomblum0013f750c48_acl` -- DROP TABLE IF EXISTS `sogomblum0013f750c48_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomblum0013f750c48_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomblum0013f750c48_quick` -- DROP TABLE IF EXISTS `sogomblum0013f750c48_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomblum0013f750c48_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombruns001482f3190` -- DROP TABLE IF EXISTS `sogombruns001482f3190`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombruns001482f3190` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombruns001482f3190_acl` -- DROP TABLE IF EXISTS `sogombruns001482f3190_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombruns001482f3190_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombruns001482f3190_quick` -- DROP TABLE IF EXISTS `sogombruns001482f3190_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombruns001482f3190_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombruns001534eb9bf` -- DROP TABLE IF EXISTS `sogombruns001534eb9bf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombruns001534eb9bf` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombruns001534eb9bf_acl` -- DROP TABLE IF EXISTS `sogombruns001534eb9bf_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombruns001534eb9bf_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogombruns001534eb9bf_quick` -- DROP TABLE IF EXISTS `sogombruns001534eb9bf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogombruns001534eb9bf_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomfrentze002246de580` -- DROP TABLE IF EXISTS `sogomfrentze002246de580`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomfrentze002246de580` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomfrentze002246de580_acl` -- DROP TABLE IF EXISTS `sogomfrentze002246de580_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomfrentze002246de580_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomfrentze002246de580_quick` -- DROP TABLE IF EXISTS `sogomfrentze002246de580_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomfrentze002246de580_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomfrentze0036402f532` -- DROP TABLE IF EXISTS `sogomfrentze0036402f532`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomfrentze0036402f532` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomfrentze0036402f532_acl` -- DROP TABLE IF EXISTS `sogomfrentze0036402f532_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomfrentze0036402f532_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomfrentze0036402f532_quick` -- DROP TABLE IF EXISTS `sogomfrentze0036402f532_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomfrentze0036402f532_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkador001426bdd29` -- DROP TABLE IF EXISTS `sogomkador001426bdd29`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkador001426bdd29` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkador001426bdd29_acl` -- DROP TABLE IF EXISTS `sogomkador001426bdd29_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkador001426bdd29_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkador001426bdd29_quick` -- DROP TABLE IF EXISTS `sogomkador001426bdd29_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkador001426bdd29_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkador0016b45cd83` -- DROP TABLE IF EXISTS `sogomkador0016b45cd83`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkador0016b45cd83` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkador0016b45cd83_acl` -- DROP TABLE IF EXISTS `sogomkador0016b45cd83_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkador0016b45cd83_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkador0016b45cd83_quick` -- DROP TABLE IF EXISTS `sogomkador0016b45cd83_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkador0016b45cd83_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkreins001488a6a84` -- DROP TABLE IF EXISTS `sogomkreins001488a6a84`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkreins001488a6a84` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkreins001488a6a84_acl` -- DROP TABLE IF EXISTS `sogomkreins001488a6a84_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkreins001488a6a84_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkreins001488a6a84_quick` -- DROP TABLE IF EXISTS `sogomkreins001488a6a84_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkreins001488a6a84_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkreins00225daf22d` -- DROP TABLE IF EXISTS `sogomkreins00225daf22d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkreins00225daf22d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkreins00225daf22d_acl` -- DROP TABLE IF EXISTS `sogomkreins00225daf22d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkreins00225daf22d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomkreins00225daf22d_quick` -- DROP TABLE IF EXISTS `sogomkreins00225daf22d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomkreins00225daf22d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick0023b7f8d89` -- DROP TABLE IF EXISTS `sogomnick0023b7f8d89`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick0023b7f8d89` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick0023b7f8d89_acl` -- DROP TABLE IF EXISTS `sogomnick0023b7f8d89_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick0023b7f8d89_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick0023b7f8d89_quick` -- DROP TABLE IF EXISTS `sogomnick0023b7f8d89_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick0023b7f8d89_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick00309f910e5` -- DROP TABLE IF EXISTS `sogomnick00309f910e5`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick00309f910e5` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick00309f910e5_acl` -- DROP TABLE IF EXISTS `sogomnick00309f910e5_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick00309f910e5_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick00309f910e5_quick` -- DROP TABLE IF EXISTS `sogomnick00309f910e5_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick00309f910e5_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick00408de2ee0` -- DROP TABLE IF EXISTS `sogomnick00408de2ee0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick00408de2ee0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick00408de2ee0_acl` -- DROP TABLE IF EXISTS `sogomnick00408de2ee0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick00408de2ee0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomnick00408de2ee0_quick` -- DROP TABLE IF EXISTS `sogomnick00408de2ee0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomnick00408de2ee0_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomroeder00102f0d1ca` -- DROP TABLE IF EXISTS `sogomroeder00102f0d1ca`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomroeder00102f0d1ca` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomroeder00102f0d1ca_acl` -- DROP TABLE IF EXISTS `sogomroeder00102f0d1ca_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomroeder00102f0d1ca_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomroeder00102f0d1ca_quick` -- DROP TABLE IF EXISTS `sogomroeder00102f0d1ca_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomroeder00102f0d1ca_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomroeder0014d46adee` -- DROP TABLE IF EXISTS `sogomroeder0014d46adee`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomroeder0014d46adee` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomroeder0014d46adee_acl` -- DROP TABLE IF EXISTS `sogomroeder0014d46adee_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomroeder0014d46adee_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomroeder0014d46adee_quick` -- DROP TABLE IF EXISTS `sogomroeder0014d46adee_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomroeder0014d46adee_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0012fbb3859` -- DROP TABLE IF EXISTS `sogomschelle0012fbb3859`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0012fbb3859` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0012fbb3859_acl` -- DROP TABLE IF EXISTS `sogomschelle0012fbb3859_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0012fbb3859_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0012fbb3859_quick` -- DROP TABLE IF EXISTS `sogomschelle0012fbb3859_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0012fbb3859_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0023aa258d4` -- DROP TABLE IF EXISTS `sogomschelle0023aa258d4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0023aa258d4` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0023aa258d4_acl` -- DROP TABLE IF EXISTS `sogomschelle0023aa258d4_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0023aa258d4_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0023aa258d4_quick` -- DROP TABLE IF EXISTS `sogomschelle0023aa258d4_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0023aa258d4_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0026df77799` -- DROP TABLE IF EXISTS `sogomschelle0026df77799`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0026df77799` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0026df77799_acl` -- DROP TABLE IF EXISTS `sogomschelle0026df77799_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0026df77799_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0026df77799_quick` -- DROP TABLE IF EXISTS `sogomschelle0026df77799_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0026df77799_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0071a1174f9` -- DROP TABLE IF EXISTS `sogomschelle0071a1174f9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0071a1174f9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0071a1174f9_acl` -- DROP TABLE IF EXISTS `sogomschelle0071a1174f9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0071a1174f9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschelle0071a1174f9_quick` -- DROP TABLE IF EXISTS `sogomschelle0071a1174f9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschelle0071a1174f9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschiefe0010a096754` -- DROP TABLE IF EXISTS `sogomschiefe0010a096754`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschiefe0010a096754` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschiefe0010a096754_acl` -- DROP TABLE IF EXISTS `sogomschiefe0010a096754_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschiefe0010a096754_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschiefe0010a096754_quick` -- DROP TABLE IF EXISTS `sogomschiefe0010a096754_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschiefe0010a096754_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschiefe0017f0c138c` -- DROP TABLE IF EXISTS `sogomschiefe0017f0c138c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschiefe0017f0c138c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschiefe0017f0c138c_acl` -- DROP TABLE IF EXISTS `sogomschiefe0017f0c138c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschiefe0017f0c138c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschiefe0017f0c138c_quick` -- DROP TABLE IF EXISTS `sogomschiefe0017f0c138c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschiefe0017f0c138c_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschwarz001145a9f8e` -- DROP TABLE IF EXISTS `sogomschwarz001145a9f8e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschwarz001145a9f8e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschwarz001145a9f8e_acl` -- DROP TABLE IF EXISTS `sogomschwarz001145a9f8e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschwarz001145a9f8e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschwarz001145a9f8e_quick` -- DROP TABLE IF EXISTS `sogomschwarz001145a9f8e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschwarz001145a9f8e_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschwarz0025081efd2` -- DROP TABLE IF EXISTS `sogomschwarz0025081efd2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschwarz0025081efd2` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschwarz0025081efd2_acl` -- DROP TABLE IF EXISTS `sogomschwarz0025081efd2_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschwarz0025081efd2_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomschwarz0025081efd2_quick` -- DROP TABLE IF EXISTS `sogomschwarz0025081efd2_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomschwarz0025081efd2_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomstraub0012fbbb96d` -- DROP TABLE IF EXISTS `sogomstraub0012fbbb96d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomstraub0012fbbb96d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomstraub0012fbbb96d_acl` -- DROP TABLE IF EXISTS `sogomstraub0012fbbb96d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomstraub0012fbbb96d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomstraub0012fbbb96d_quick` -- DROP TABLE IF EXISTS `sogomstraub0012fbbb96d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomstraub0012fbbb96d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomstraub00242cdee35` -- DROP TABLE IF EXISTS `sogomstraub00242cdee35`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomstraub00242cdee35` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomstraub00242cdee35_acl` -- DROP TABLE IF EXISTS `sogomstraub00242cdee35_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomstraub00242cdee35_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogomstraub00242cdee35_quick` -- DROP TABLE IF EXISTS `sogomstraub00242cdee35_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogomstraub00242cdee35_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonbamrah0013fdf024e` -- DROP TABLE IF EXISTS `sogonbamrah0013fdf024e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonbamrah0013fdf024e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonbamrah0013fdf024e_acl` -- DROP TABLE IF EXISTS `sogonbamrah0013fdf024e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonbamrah0013fdf024e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonbamrah0013fdf024e_quick` -- DROP TABLE IF EXISTS `sogonbamrah0013fdf024e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonbamrah0013fdf024e_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonbamrah00143342f0d` -- DROP TABLE IF EXISTS `sogonbamrah00143342f0d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonbamrah00143342f0d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonbamrah00143342f0d_acl` -- DROP TABLE IF EXISTS `sogonbamrah00143342f0d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonbamrah00143342f0d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonbamrah00143342f0d_quick` -- DROP TABLE IF EXISTS `sogonbamrah00143342f0d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonbamrah00143342f0d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkercher0013c795b7d` -- DROP TABLE IF EXISTS `sogonkercher0013c795b7d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkercher0013c795b7d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkercher0013c795b7d_acl` -- DROP TABLE IF EXISTS `sogonkercher0013c795b7d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkercher0013c795b7d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkercher0013c795b7d_quick` -- DROP TABLE IF EXISTS `sogonkercher0013c795b7d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkercher0013c795b7d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkercher0027b1c6687` -- DROP TABLE IF EXISTS `sogonkercher0027b1c6687`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkercher0027b1c6687` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkercher0027b1c6687_acl` -- DROP TABLE IF EXISTS `sogonkercher0027b1c6687_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkercher0027b1c6687_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkercher0027b1c6687_quick` -- DROP TABLE IF EXISTS `sogonkercher0027b1c6687_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkercher0027b1c6687_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkrombac0011c4943fb` -- DROP TABLE IF EXISTS `sogonkrombac0011c4943fb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkrombac0011c4943fb` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkrombac0011c4943fb_acl` -- DROP TABLE IF EXISTS `sogonkrombac0011c4943fb_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkrombac0011c4943fb_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkrombac0011c4943fb_quick` -- DROP TABLE IF EXISTS `sogonkrombac0011c4943fb_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkrombac0011c4943fb_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkrombac0013e254ddf` -- DROP TABLE IF EXISTS `sogonkrombac0013e254ddf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkrombac0013e254ddf` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkrombac0013e254ddf_acl` -- DROP TABLE IF EXISTS `sogonkrombac0013e254ddf_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkrombac0013e254ddf_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonkrombac0013e254ddf_quick` -- DROP TABLE IF EXISTS `sogonkrombac0013e254ddf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonkrombac0013e254ddf_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonladenth001688df3b8` -- DROP TABLE IF EXISTS `sogonladenth001688df3b8`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonladenth001688df3b8` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonladenth001688df3b8_acl` -- DROP TABLE IF EXISTS `sogonladenth001688df3b8_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonladenth001688df3b8_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonladenth001688df3b8_quick` -- DROP TABLE IF EXISTS `sogonladenth001688df3b8_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonladenth001688df3b8_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonladenth0092ef06d99` -- DROP TABLE IF EXISTS `sogonladenth0092ef06d99`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonladenth0092ef06d99` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonladenth0092ef06d99_acl` -- DROP TABLE IF EXISTS `sogonladenth0092ef06d99_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonladenth0092ef06d99_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonladenth0092ef06d99_quick` -- DROP TABLE IF EXISTS `sogonladenth0092ef06d99_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonladenth0092ef06d99_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonmagaji0010ce1c3e1` -- DROP TABLE IF EXISTS `sogonmagaji0010ce1c3e1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonmagaji0010ce1c3e1` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonmagaji0010ce1c3e1_acl` -- DROP TABLE IF EXISTS `sogonmagaji0010ce1c3e1_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonmagaji0010ce1c3e1_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonmagaji0010ce1c3e1_quick` -- DROP TABLE IF EXISTS `sogonmagaji0010ce1c3e1_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonmagaji0010ce1c3e1_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonnair001531e0603` -- DROP TABLE IF EXISTS `sogonnair001531e0603`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonnair001531e0603` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonnair001531e0603_acl` -- DROP TABLE IF EXISTS `sogonnair001531e0603_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonnair001531e0603_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonnair001531e0603_quick` -- DROP TABLE IF EXISTS `sogonnair001531e0603_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonnair001531e0603_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonnair0027324051d` -- DROP TABLE IF EXISTS `sogonnair0027324051d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonnair0027324051d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonnair0027324051d_acl` -- DROP TABLE IF EXISTS `sogonnair0027324051d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonnair0027324051d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonnair0027324051d_quick` -- DROP TABLE IF EXISTS `sogonnair0027324051d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonnair0027324051d_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonwende003436ea1de` -- DROP TABLE IF EXISTS `sogonwende003436ea1de`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonwende003436ea1de` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonwende003436ea1de_acl` -- DROP TABLE IF EXISTS `sogonwende003436ea1de_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonwende003436ea1de_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonwende003436ea1de_quick` -- DROP TABLE IF EXISTS `sogonwende003436ea1de_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonwende003436ea1de_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonwende00472ff3a39` -- DROP TABLE IF EXISTS `sogonwende00472ff3a39`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonwende00472ff3a39` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonwende00472ff3a39_acl` -- DROP TABLE IF EXISTS `sogonwende00472ff3a39_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonwende00472ff3a39_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogonwende00472ff3a39_quick` -- DROP TABLE IF EXISTS `sogonwende00472ff3a39_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogonwende00472ff3a39_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogookrueger0026c5ad56f` -- DROP TABLE IF EXISTS `sogookrueger0026c5ad56f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogookrueger0026c5ad56f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogookrueger0026c5ad56f_acl` -- DROP TABLE IF EXISTS `sogookrueger0026c5ad56f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogookrueger0026c5ad56f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogookrueger0026c5ad56f_quick` -- DROP TABLE IF EXISTS `sogookrueger0026c5ad56f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogookrueger0026c5ad56f_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogookrueger00d5b123874` -- DROP TABLE IF EXISTS `sogookrueger00d5b123874`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogookrueger00d5b123874` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogookrueger00d5b123874_acl` -- DROP TABLE IF EXISTS `sogookrueger00d5b123874_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogookrueger00d5b123874_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogookrueger00d5b123874_quick` -- DROP TABLE IF EXISTS `sogookrueger00d5b123874_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogookrueger00d5b123874_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0020875bcc7` -- DROP TABLE IF EXISTS `sogopbanszer0020875bcc7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0020875bcc7` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0020875bcc7_acl` -- DROP TABLE IF EXISTS `sogopbanszer0020875bcc7_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0020875bcc7_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0020875bcc7_quick` -- DROP TABLE IF EXISTS `sogopbanszer0020875bcc7_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0020875bcc7_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0082830bf5e` -- DROP TABLE IF EXISTS `sogopbanszer0082830bf5e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0082830bf5e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0082830bf5e_acl` -- DROP TABLE IF EXISTS `sogopbanszer0082830bf5e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0082830bf5e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0082830bf5e_quick` -- DROP TABLE IF EXISTS `sogopbanszer0082830bf5e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0082830bf5e_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0094b18785f` -- DROP TABLE IF EXISTS `sogopbanszer0094b18785f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0094b18785f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0094b18785f_acl` -- DROP TABLE IF EXISTS `sogopbanszer0094b18785f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0094b18785f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopbanszer0094b18785f_quick` -- DROP TABLE IF EXISTS `sogopbanszer0094b18785f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopbanszer0094b18785f_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopherrman001745dcb2c` -- DROP TABLE IF EXISTS `sogopherrman001745dcb2c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopherrman001745dcb2c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopherrman001745dcb2c_acl` -- DROP TABLE IF EXISTS `sogopherrman001745dcb2c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopherrman001745dcb2c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopherrman001745dcb2c_quick` -- DROP TABLE IF EXISTS `sogopherrman001745dcb2c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopherrman001745dcb2c_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopherrman00226d75741` -- DROP TABLE IF EXISTS `sogopherrman00226d75741`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopherrman00226d75741` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopherrman00226d75741_acl` -- DROP TABLE IF EXISTS `sogopherrman00226d75741_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopherrman00226d75741_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopherrman00226d75741_quick` -- DROP TABLE IF EXISTS `sogopherrman00226d75741_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopherrman00226d75741_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogophoener001660db669` -- DROP TABLE IF EXISTS `sogophoener001660db669`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogophoener001660db669` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogophoener001660db669_acl` -- DROP TABLE IF EXISTS `sogophoener001660db669_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogophoener001660db669_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogophoener001660db669_quick` -- DROP TABLE IF EXISTS `sogophoener001660db669_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogophoener001660db669_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogophoener0016944aad9` -- DROP TABLE IF EXISTS `sogophoener0016944aad9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogophoener0016944aad9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogophoener0016944aad9_acl` -- DROP TABLE IF EXISTS `sogophoener0016944aad9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogophoener0016944aad9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogophoener0016944aad9_quick` -- DROP TABLE IF EXISTS `sogophoener0016944aad9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogophoener0016944aad9_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopkuemmer001533db7c9` -- DROP TABLE IF EXISTS `sogopkuemmer001533db7c9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopkuemmer001533db7c9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopkuemmer001533db7c9_acl` -- DROP TABLE IF EXISTS `sogopkuemmer001533db7c9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopkuemmer001533db7c9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopkuemmer001533db7c9_quick` -- DROP TABLE IF EXISTS `sogopkuemmer001533db7c9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopkuemmer001533db7c9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopkuemmer00247d642ea` -- DROP TABLE IF EXISTS `sogopkuemmer00247d642ea`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopkuemmer00247d642ea` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopkuemmer00247d642ea_acl` -- DROP TABLE IF EXISTS `sogopkuemmer00247d642ea_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopkuemmer00247d642ea_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopkuemmer00247d642ea_quick` -- DROP TABLE IF EXISTS `sogopkuemmer00247d642ea_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopkuemmer00247d642ea_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopminnman0016adade30` -- DROP TABLE IF EXISTS `sogopminnman0016adade30`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopminnman0016adade30` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopminnman0016adade30_acl` -- DROP TABLE IF EXISTS `sogopminnman0016adade30_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopminnman0016adade30_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopminnman0016adade30_quick` -- DROP TABLE IF EXISTS `sogopminnman0016adade30_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopminnman0016adade30_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopminnman00216743ee0` -- DROP TABLE IF EXISTS `sogopminnman00216743ee0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopminnman00216743ee0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopminnman00216743ee0_acl` -- DROP TABLE IF EXISTS `sogopminnman00216743ee0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopminnman00216743ee0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopminnman00216743ee0_quick` -- DROP TABLE IF EXISTS `sogopminnman00216743ee0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopminnman00216743ee0_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopstrelin0051fad81b9` -- DROP TABLE IF EXISTS `sogopstrelin0051fad81b9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopstrelin0051fad81b9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopstrelin0051fad81b9_acl` -- DROP TABLE IF EXISTS `sogopstrelin0051fad81b9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopstrelin0051fad81b9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopstrelin0051fad81b9_quick` -- DROP TABLE IF EXISTS `sogopstrelin0051fad81b9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopstrelin0051fad81b9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopstrelin0064ce48511` -- DROP TABLE IF EXISTS `sogopstrelin0064ce48511`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopstrelin0064ce48511` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopstrelin0064ce48511_acl` -- DROP TABLE IF EXISTS `sogopstrelin0064ce48511_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopstrelin0064ce48511_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogopstrelin0064ce48511_quick` -- DROP TABLE IF EXISTS `sogopstrelin0064ce48511_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogopstrelin0064ce48511_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorrosner00130b6a873` -- DROP TABLE IF EXISTS `sogorrosner00130b6a873`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorrosner00130b6a873` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorrosner00130b6a873_acl` -- DROP TABLE IF EXISTS `sogorrosner00130b6a873_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorrosner00130b6a873_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorrosner00130b6a873_quick` -- DROP TABLE IF EXISTS `sogorrosner00130b6a873_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorrosner00130b6a873_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorrosner0034265f6a9` -- DROP TABLE IF EXISTS `sogorrosner0034265f6a9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorrosner0034265f6a9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorrosner0034265f6a9_acl` -- DROP TABLE IF EXISTS `sogorrosner0034265f6a9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorrosner0034265f6a9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorrosner0034265f6a9_quick` -- DROP TABLE IF EXISTS `sogorrosner0034265f6a9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorrosner0034265f6a9_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorschmidt001335deb18` -- DROP TABLE IF EXISTS `sogorschmidt001335deb18`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorschmidt001335deb18` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorschmidt001335deb18_acl` -- DROP TABLE IF EXISTS `sogorschmidt001335deb18_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorschmidt001335deb18_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorschmidt001335deb18_quick` -- DROP TABLE IF EXISTS `sogorschmidt001335deb18_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorschmidt001335deb18_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorschmidt00213810cf5` -- DROP TABLE IF EXISTS `sogorschmidt00213810cf5`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorschmidt00213810cf5` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorschmidt00213810cf5_acl` -- DROP TABLE IF EXISTS `sogorschmidt00213810cf5_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorschmidt00213810cf5_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogorschmidt00213810cf5_quick` -- DROP TABLE IF EXISTS `sogorschmidt00213810cf5_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogorschmidt00213810cf5_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoskusmier0017d6cafe1` -- DROP TABLE IF EXISTS `sogoskusmier0017d6cafe1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoskusmier0017d6cafe1` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoskusmier0017d6cafe1_acl` -- DROP TABLE IF EXISTS `sogoskusmier0017d6cafe1_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoskusmier0017d6cafe1_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoskusmier0017d6cafe1_quick` -- DROP TABLE IF EXISTS `sogoskusmier0017d6cafe1_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoskusmier0017d6cafe1_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoslindner0011e9427f7` -- DROP TABLE IF EXISTS `sogoslindner0011e9427f7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoslindner0011e9427f7` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoslindner0011e9427f7_acl` -- DROP TABLE IF EXISTS `sogoslindner0011e9427f7_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoslindner0011e9427f7_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoslindner0011e9427f7_quick` -- DROP TABLE IF EXISTS `sogoslindner0011e9427f7_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoslindner0011e9427f7_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoslindner00365cb6e96` -- DROP TABLE IF EXISTS `sogoslindner00365cb6e96`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoslindner00365cb6e96` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoslindner00365cb6e96_acl` -- DROP TABLE IF EXISTS `sogoslindner00365cb6e96_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoslindner00365cb6e96_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoslindner00365cb6e96_quick` -- DROP TABLE IF EXISTS `sogoslindner00365cb6e96_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoslindner00365cb6e96_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosrieder00146e22063` -- DROP TABLE IF EXISTS `sogosrieder00146e22063`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosrieder00146e22063` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosrieder00146e22063_acl` -- DROP TABLE IF EXISTS `sogosrieder00146e22063_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosrieder00146e22063_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosrieder00146e22063_quick` -- DROP TABLE IF EXISTS `sogosrieder00146e22063_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosrieder00146e22063_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosrieder0021ba83c0d` -- DROP TABLE IF EXISTS `sogosrieder0021ba83c0d`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosrieder0021ba83c0d` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosrieder0021ba83c0d_acl` -- DROP TABLE IF EXISTS `sogosrieder0021ba83c0d_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosrieder0021ba83c0d_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosrieder0021ba83c0d_quick` -- DROP TABLE IF EXISTS `sogosrieder0021ba83c0d_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosrieder0021ba83c0d_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosritz0017f610230` -- DROP TABLE IF EXISTS `sogosritz0017f610230`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosritz0017f610230` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosritz0017f610230_acl` -- DROP TABLE IF EXISTS `sogosritz0017f610230_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosritz0017f610230_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosritz0017f610230_quick` -- DROP TABLE IF EXISTS `sogosritz0017f610230_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosritz0017f610230_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosritz00345fdfaea` -- DROP TABLE IF EXISTS `sogosritz00345fdfaea`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosritz00345fdfaea` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosritz00345fdfaea_acl` -- DROP TABLE IF EXISTS `sogosritz00345fdfaea_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosritz00345fdfaea_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosritz00345fdfaea_quick` -- DROP TABLE IF EXISTS `sogosritz00345fdfaea_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosritz00345fdfaea_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi00160053c0c` -- DROP TABLE IF EXISTS `sogosschlagi00160053c0c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi00160053c0c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi00160053c0c_acl` -- DROP TABLE IF EXISTS `sogosschlagi00160053c0c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi00160053c0c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi00160053c0c_quick` -- DROP TABLE IF EXISTS `sogosschlagi00160053c0c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi00160053c0c_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi002346f9c84` -- DROP TABLE IF EXISTS `sogosschlagi002346f9c84`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi002346f9c84` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi002346f9c84_acl` -- DROP TABLE IF EXISTS `sogosschlagi002346f9c84_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi002346f9c84_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi002346f9c84_quick` -- DROP TABLE IF EXISTS `sogosschlagi002346f9c84_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi002346f9c84_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi0053649c5da` -- DROP TABLE IF EXISTS `sogosschlagi0053649c5da`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi0053649c5da` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi0053649c5da_acl` -- DROP TABLE IF EXISTS `sogosschlagi0053649c5da_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi0053649c5da_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogosschlagi0053649c5da_quick` -- DROP TABLE IF EXISTS `sogosschlagi0053649c5da_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogosschlagi0053649c5da_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossen00136e93295` -- DROP TABLE IF EXISTS `sogossen00136e93295`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossen00136e93295` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossen00136e93295_acl` -- DROP TABLE IF EXISTS `sogossen00136e93295_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossen00136e93295_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossen00136e93295_quick` -- DROP TABLE IF EXISTS `sogossen00136e93295_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossen00136e93295_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossenge00142201a3c` -- DROP TABLE IF EXISTS `sogossenge00142201a3c`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossenge00142201a3c` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossenge00142201a3c_acl` -- DROP TABLE IF EXISTS `sogossenge00142201a3c_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossenge00142201a3c_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossenge00142201a3c_quick` -- DROP TABLE IF EXISTS `sogossenge00142201a3c_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossenge00142201a3c_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossenge00314e32237` -- DROP TABLE IF EXISTS `sogossenge00314e32237`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossenge00314e32237` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossenge00314e32237_acl` -- DROP TABLE IF EXISTS `sogossenge00314e32237_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossenge00314e32237_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogossenge00314e32237_quick` -- DROP TABLE IF EXISTS `sogossenge00314e32237_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogossenge00314e32237_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoswolber0010a117daf` -- DROP TABLE IF EXISTS `sogoswolber0010a117daf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoswolber0010a117daf` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoswolber0010a117daf_acl` -- DROP TABLE IF EXISTS `sogoswolber0010a117daf_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoswolber0010a117daf_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogoswolber0010a117daf_quick` -- DROP TABLE IF EXISTS `sogoswolber0010a117daf_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogoswolber0010a117daf_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotbuchtal00129573c5b` -- DROP TABLE IF EXISTS `sogotbuchtal00129573c5b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotbuchtal00129573c5b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotbuchtal00129573c5b_acl` -- DROP TABLE IF EXISTS `sogotbuchtal00129573c5b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotbuchtal00129573c5b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotbuchtal00129573c5b_quick` -- DROP TABLE IF EXISTS `sogotbuchtal00129573c5b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotbuchtal00129573c5b_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotbuchtal002246a2da0` -- DROP TABLE IF EXISTS `sogotbuchtal002246a2da0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotbuchtal002246a2da0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotbuchtal002246a2da0_acl` -- DROP TABLE IF EXISTS `sogotbuchtal002246a2da0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotbuchtal002246a2da0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotbuchtal002246a2da0_quick` -- DROP TABLE IF EXISTS `sogotbuchtal002246a2da0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotbuchtal002246a2da0_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotest00570bb1008` -- DROP TABLE IF EXISTS `sogotest00570bb1008`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotest00570bb1008` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotest00570bb1008_acl` -- DROP TABLE IF EXISTS `sogotest00570bb1008_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotest00570bb1008_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotest00570bb1008_quick` -- DROP TABLE IF EXISTS `sogotest00570bb1008_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotest00570bb1008_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma0015dffc9df` -- DROP TABLE IF EXISTS `sogotgiessma0015dffc9df`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma0015dffc9df` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma0015dffc9df_acl` -- DROP TABLE IF EXISTS `sogotgiessma0015dffc9df_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma0015dffc9df_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma0015dffc9df_quick` -- DROP TABLE IF EXISTS `sogotgiessma0015dffc9df_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma0015dffc9df_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma00172ef5265` -- DROP TABLE IF EXISTS `sogotgiessma00172ef5265`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma00172ef5265` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma00172ef5265_acl` -- DROP TABLE IF EXISTS `sogotgiessma00172ef5265_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma00172ef5265_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma00172ef5265_quick` -- DROP TABLE IF EXISTS `sogotgiessma00172ef5265_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma00172ef5265_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma00231eae5b0` -- DROP TABLE IF EXISTS `sogotgiessma00231eae5b0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma00231eae5b0` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma00231eae5b0_acl` -- DROP TABLE IF EXISTS `sogotgiessma00231eae5b0_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma00231eae5b0_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgiessma00231eae5b0_quick` -- DROP TABLE IF EXISTS `sogotgiessma00231eae5b0_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgiessma00231eae5b0_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgrehl0011d19a5eb` -- DROP TABLE IF EXISTS `sogotgrehl0011d19a5eb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgrehl0011d19a5eb` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgrehl0011d19a5eb_acl` -- DROP TABLE IF EXISTS `sogotgrehl0011d19a5eb_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgrehl0011d19a5eb_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgrehl0011d19a5eb_quick` -- DROP TABLE IF EXISTS `sogotgrehl0011d19a5eb_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgrehl0011d19a5eb_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgrehl0032bfa5bab` -- DROP TABLE IF EXISTS `sogotgrehl0032bfa5bab`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgrehl0032bfa5bab` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgrehl0032bfa5bab_acl` -- DROP TABLE IF EXISTS `sogotgrehl0032bfa5bab_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgrehl0032bfa5bab_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotgrehl0032bfa5bab_quick` -- DROP TABLE IF EXISTS `sogotgrehl0032bfa5bab_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotgrehl0032bfa5bab_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotkuenkel0062e1759fe` -- DROP TABLE IF EXISTS `sogotkuenkel0062e1759fe`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotkuenkel0062e1759fe` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotkuenkel0062e1759fe_acl` -- DROP TABLE IF EXISTS `sogotkuenkel0062e1759fe_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotkuenkel0062e1759fe_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotkuenkel0062e1759fe_quick` -- DROP TABLE IF EXISTS `sogotkuenkel0062e1759fe_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotkuenkel0062e1759fe_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotkuenkel0076662f15b` -- DROP TABLE IF EXISTS `sogotkuenkel0076662f15b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotkuenkel0076662f15b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotkuenkel0076662f15b_acl` -- DROP TABLE IF EXISTS `sogotkuenkel0076662f15b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotkuenkel0076662f15b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotkuenkel0076662f15b_quick` -- DROP TABLE IF EXISTS `sogotkuenkel0076662f15b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotkuenkel0076662f15b_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotleber00a41644a99` -- DROP TABLE IF EXISTS `sogotleber00a41644a99`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotleber00a41644a99` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotleber00a41644a99_acl` -- DROP TABLE IF EXISTS `sogotleber00a41644a99_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotleber00a41644a99_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotleber00a41644a99_quick` -- DROP TABLE IF EXISTS `sogotleber00a41644a99_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotleber00a41644a99_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotleber00d0fcb7da6` -- DROP TABLE IF EXISTS `sogotleber00d0fcb7da6`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotleber00d0fcb7da6` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotleber00d0fcb7da6_acl` -- DROP TABLE IF EXISTS `sogotleber00d0fcb7da6_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotleber00d0fcb7da6_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotleber00d0fcb7da6_quick` -- DROP TABLE IF EXISTS `sogotleber00d0fcb7da6_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotleber00d0fcb7da6_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschuett0085bfe6d9f` -- DROP TABLE IF EXISTS `sogotschuett0085bfe6d9f`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschuett0085bfe6d9f` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschuett0085bfe6d9f_acl` -- DROP TABLE IF EXISTS `sogotschuett0085bfe6d9f_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschuett0085bfe6d9f_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschuett0085bfe6d9f_quick` -- DROP TABLE IF EXISTS `sogotschuett0085bfe6d9f_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschuett0085bfe6d9f_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` mediumtext DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` mediumtext DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` mediumtext DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschuett0092511275b` -- DROP TABLE IF EXISTS `sogotschuett0092511275b`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschuett0092511275b` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschuett0092511275b_acl` -- DROP TABLE IF EXISTS `sogotschuett0092511275b_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschuett0092511275b_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschuett0092511275b_quick` -- DROP TABLE IF EXISTS `sogotschuett0092511275b_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschuett0092511275b_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschulz0014df13897` -- DROP TABLE IF EXISTS `sogotschulz0014df13897`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschulz0014df13897` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschulz0014df13897_acl` -- DROP TABLE IF EXISTS `sogotschulz0014df13897_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschulz0014df13897_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschulz0014df13897_quick` -- DROP TABLE IF EXISTS `sogotschulz0014df13897_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschulz0014df13897_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschulz0032af4b293` -- DROP TABLE IF EXISTS `sogotschulz0032af4b293`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschulz0032af4b293` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschulz0032af4b293_acl` -- DROP TABLE IF EXISTS `sogotschulz0032af4b293_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschulz0032af4b293_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotschulz0032af4b293_quick` -- DROP TABLE IF EXISTS `sogotschulz0032af4b293_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotschulz0032af4b293_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotwang00869813892` -- DROP TABLE IF EXISTS `sogotwang00869813892`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotwang00869813892` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotwang00869813892_acl` -- DROP TABLE IF EXISTS `sogotwang00869813892_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotwang00869813892_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogotwang00869813892_quick` -- DROP TABLE IF EXISTS `sogotwang00869813892_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogotwang00869813892_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovgraef0010c690fcb` -- DROP TABLE IF EXISTS `sogovgraef0010c690fcb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovgraef0010c690fcb` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovgraef0010c690fcb_acl` -- DROP TABLE IF EXISTS `sogovgraef0010c690fcb_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovgraef0010c690fcb_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovgraef0010c690fcb_quick` -- DROP TABLE IF EXISTS `sogovgraef0010c690fcb_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovgraef0010c690fcb_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovgraef0015788ab61` -- DROP TABLE IF EXISTS `sogovgraef0015788ab61`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovgraef0015788ab61` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovgraef0015788ab61_acl` -- DROP TABLE IF EXISTS `sogovgraef0015788ab61_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovgraef0015788ab61_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovgraef0015788ab61_quick` -- DROP TABLE IF EXISTS `sogovgraef0015788ab61_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovgraef0015788ab61_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovhorenbu001021f98c9` -- DROP TABLE IF EXISTS `sogovhorenbu001021f98c9`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovhorenbu001021f98c9` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovhorenbu001021f98c9_acl` -- DROP TABLE IF EXISTS `sogovhorenbu001021f98c9_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovhorenbu001021f98c9_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovhorenbu001021f98c9_quick` -- DROP TABLE IF EXISTS `sogovhorenbu001021f98c9_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovhorenbu001021f98c9_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` varchar(255) DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovhorenbu00256d1fd52` -- DROP TABLE IF EXISTS `sogovhorenbu00256d1fd52`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovhorenbu00256d1fd52` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovhorenbu00256d1fd52_acl` -- DROP TABLE IF EXISTS `sogovhorenbu00256d1fd52_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovhorenbu00256d1fd52_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovhorenbu00256d1fd52_quick` -- DROP TABLE IF EXISTS `sogovhorenbu00256d1fd52_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovhorenbu00256d1fd52_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovmenard00147697c7e` -- DROP TABLE IF EXISTS `sogovmenard00147697c7e`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovmenard00147697c7e` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovmenard00147697c7e_acl` -- DROP TABLE IF EXISTS `sogovmenard00147697c7e_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovmenard00147697c7e_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovmenard00147697c7e_quick` -- DROP TABLE IF EXISTS `sogovmenard00147697c7e_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovmenard00147697c7e_quick` ( `c_name` varchar(255) NOT NULL, `c_givenname` varchar(255) DEFAULT NULL, `c_cn` varchar(255) DEFAULT NULL, `c_sn` varchar(255) DEFAULT NULL, `c_screenname` varchar(255) DEFAULT NULL, `c_l` varchar(255) DEFAULT NULL, `c_mail` text DEFAULT NULL, `c_o` varchar(255) DEFAULT NULL, `c_ou` varchar(255) DEFAULT NULL, `c_telephonenumber` varchar(255) DEFAULT NULL, `c_categories` varchar(255) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_hascertificate` int(11) DEFAULT 0, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovmenard002490e51e1` -- DROP TABLE IF EXISTS `sogovmenard002490e51e1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovmenard002490e51e1` ( `c_name` varchar(255) NOT NULL, `c_content` mediumtext NOT NULL, `c_creationdate` int(11) NOT NULL, `c_lastmodified` int(11) NOT NULL, `c_version` int(11) NOT NULL, `c_deleted` int(11) DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovmenard002490e51e1_acl` -- DROP TABLE IF EXISTS `sogovmenard002490e51e1_acl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovmenard002490e51e1_acl` ( `c_uid` varchar(255) NOT NULL, `c_object` varchar(255) NOT NULL, `c_role` varchar(80) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Table structure for table `sogovmenard002490e51e1_quick` -- DROP TABLE IF EXISTS `sogovmenard002490e51e1_quick`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sogovmenard002490e51e1_quick` ( `c_name` varchar(255) NOT NULL, `c_uid` varchar(255) NOT NULL, `c_startdate` int(11) DEFAULT NULL, `c_enddate` int(11) DEFAULT NULL, `c_cycleenddate` int(11) DEFAULT NULL, `c_title` varchar(1000) NOT NULL, `c_participants` text DEFAULT NULL, `c_isallday` int(11) DEFAULT NULL, `c_iscycle` int(11) DEFAULT NULL, `c_cycleinfo` text DEFAULT NULL, `c_classification` int(11) NOT NULL, `c_isopaque` int(11) NOT NULL, `c_status` int(11) NOT NULL, `c_priority` int(11) DEFAULT NULL, `c_location` varchar(255) DEFAULT NULL, `c_orgmail` varchar(255) DEFAULT NULL, `c_partmails` text DEFAULT NULL, `c_partstates` text DEFAULT NULL, `c_category` varchar(255) DEFAULT NULL, `c_sequence` int(11) DEFAULT NULL, `c_component` varchar(10) NOT NULL, `c_nextalarm` int(11) DEFAULT NULL, `c_description` text DEFAULT NULL, PRIMARY KEY (`c_name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-12-13 20:19:21