From 7c94400e7bc4ab0315cbea05d33184f03f2ef2cc Mon Sep 17 00:00:00 2001 From: vanessa gil Date: Wed, 22 Mar 2017 10:29:10 +0100 Subject: [PATCH] MR --- pandora_console/extras/mr/3.sql | 11 ----------- pandora_console/extras/mr/4.sql | 11 ----------- pandora_console/extras/mr/5.sql | 11 ----------- pandora_console/extras/mr/6.sql | 11 ----------- 4 files changed, 44 deletions(-) delete mode 100644 pandora_console/extras/mr/3.sql delete mode 100644 pandora_console/extras/mr/4.sql delete mode 100644 pandora_console/extras/mr/5.sql delete mode 100644 pandora_console/extras/mr/6.sql diff --git a/pandora_console/extras/mr/3.sql b/pandora_console/extras/mr/3.sql deleted file mode 100644 index 3731fa4de7..0000000000 --- a/pandora_console/extras/mr/3.sql +++ /dev/null @@ -1,11 +0,0 @@ -START TRANSACTION; - -CREATE TABLE IF NOT EXISTS `ttable_test` ( - `id` int(10) unsigned NOT NULL auto_increment, - `field1` varchar(60) NOT NULL default '', - `field2` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -ALTER TABLE `tusuario` ADD COLUMN `test_nuevo` tinyint(1) NOT NULL DEFAULT 0; - -COMMIT; diff --git a/pandora_console/extras/mr/4.sql b/pandora_console/extras/mr/4.sql deleted file mode 100644 index fe9e1e1310..0000000000 --- a/pandora_console/extras/mr/4.sql +++ /dev/null @@ -1,11 +0,0 @@ -START TRANSACTION; - -CREATE TABLE IF NOT EXISTS `ttable_test2` ( - `id` int(10) unsigned NOT NULL auto_increment, - `field1` varchar(60) NOT NULL default '', - `field2` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -ALTER TABLE `tusuario` ADD COLUMN `test2` tinyint(1) NOT NULL DEFAULT 0; - -COMMIT; diff --git a/pandora_console/extras/mr/5.sql b/pandora_console/extras/mr/5.sql deleted file mode 100644 index dd762ab02c..0000000000 --- a/pandora_console/extras/mr/5.sql +++ /dev/null @@ -1,11 +0,0 @@ -START TRANSACTION; - -CREATE TABLE IF NOT EXISTS `ttable_test3` ( - `id` int(10) unsigned NOT NULL auto_increment, - `field1` varchar(60) NOT NULL default '', - `field2` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -ALTER TABLE `tusuario` ADD COLUMN `test3` tinyint(1) NOT NULL DEFAULT 0; - -COMMIT; diff --git a/pandora_console/extras/mr/6.sql b/pandora_console/extras/mr/6.sql deleted file mode 100644 index 43c7925118..0000000000 --- a/pandora_console/extras/mr/6.sql +++ /dev/null @@ -1,11 +0,0 @@ -START TRANSACTION; - -CREATE TABLE IF NOT EXISTS `ttable_test4` ( - `id` int(10) unsigned NOT NULL auto_increment, - `field1` varchar(60) NOT NULL default '', - `field2` int(10) unsigned NOT NULL default '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -ALTER TABLE `tusuario` ADD COLUMN `test4` tinyint(1) NOT NULL DEFAULT 0; - -COMMIT;