correlation

just for intermediate db-update.
(all MYSQL.*.sql should be removed lateron)
pull/63/head
noud 2012-11-20 09:01:05 +01:00
parent 466e7ae2a3
commit faa1e838fd
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ CREATE TABLE `correlations` (
-- ALTER TABLE `correlations` ADD cluster tinyint(1) NOT NULL;
ALTER TABLE `correlations` ADD 1_private tinyint(1) NOT NULL;
ALTER TABLE `attributes` ADD `cluster` tinyint(1) NOT NULL;
ALTER TABLE `events` ADD `cluster` tinyint(1) NOT NULL;