diff --git a/INSTALL/MIGRATE.sql b/INSTALL/MIGRATE.sql index cda3a87d3..e60d4601e 100644 --- a/INSTALL/MIGRATE.sql +++ b/INSTALL/MIGRATE.sql @@ -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; \ No newline at end of file +) 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';