Projects
Kolab:3.4
kolab-syncroton
add-system-table.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File add-system-table.patch of Package kolab-syncroton (Revision 13)
Currently displaying revision
13
,
Show latest
Roundcube core table should exist if we're using the same database --- a/docs/SQL/mysql/2013011600.sql +++ b/docs/SQL/mysql/2013011600.sql @@ -7,3 +7,14 @@ KEY `syncroton_modseq::device_id` (`device_id`), CONSTRAINT `syncroton_modseq::device_id--syncroton_device::id` FOREIGN KEY (`device_id`) REFERENCES `syncroton_device` (`id`) ON DELETE CASCADE ON UPDATE CASCADE ) ENGINE=InnoDB; + +-- Roundcube core table should exist if we're using the same database + +CREATE TABLE IF NOT EXISTS `system` ( + `name` varchar(64) NOT NULL, + `value` mediumtext, + PRIMARY KEY(`name`) +) /*!40000 ENGINE=INNODB */ /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; + +INSERT INTO `system` (`name`, `value`) VALUES ('syncroton-version', '2013011600'); +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.