Migration script updated with the regexp changes

pull/217/head
iglocska 2013-07-29 10:33:50 +02:00
parent b3f6032857
commit 07c7e8fadf
1 changed files with 8 additions and 1 deletions

View File

@ -90,4 +90,11 @@ CREATE TABLE `correlations` (
`date` date NOT NULL,
`info` text COLLATE utf8_bin NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
-- --------------------------------------------------------
--
-- Change to the table structure for table `regexp`
--
ALTER TABLE `regexp` ADD `type` varchar(100) COLLATE utf8_bin NOT NULL DEFAULT 'ALL';