fix: Added new field to MYSQL.sql

pull/2706/head
iglocska 2017-11-28 12:02:26 +01:00
parent c9b4f8c6ab
commit 5abdc39a56
1 changed files with 1 additions and 1 deletions

View File

@ -566,13 +566,13 @@ CREATE TABLE `organisations` (
`uuid` varchar(40) COLLATE utf8_bin DEFAULT NULL,
`contacts` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
`local` tinyint(1) NOT NULL DEFAULT 0,
`restricted_to_domain` text COLLATE utf8_bin,
`landingpage` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
PRIMARY KEY (`id`),
INDEX `uuid` (`uuid`),
INDEX `name` (`name`(255))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE IF NOT EXISTS `org_blacklists` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`org_uuid` varchar(40) COLLATE utf8_bin NOT NULL,