From d006c81eb06488e539cd4ab76955119e71ee03b9 Mon Sep 17 00:00:00 2001 From: vanessa gil Date: Thu, 23 Mar 2017 15:53:44 +0100 Subject: [PATCH] delete files. --- pandora_console/extras/mr/2.sql | 11 ----------- pandora_console/extras/mr/3.sql | 11 ----------- pandora_console/extras/mr/4.sql | 11 ----------- 3 files changed, 33 deletions(-) delete mode 100644 pandora_console/extras/mr/2.sql delete mode 100644 pandora_console/extras/mr/3.sql delete mode 100644 pandora_console/extras/mr/4.sql diff --git a/pandora_console/extras/mr/2.sql b/pandora_console/extras/mr/2.sql deleted file mode 100644 index 71e7ae46d4..0000000000 --- a/pandora_console/extras/mr/2.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 `test_nuevo2` tinyint(1) NOT NULL DEFAULT 0; - -COMMIT; diff --git a/pandora_console/extras/mr/3.sql b/pandora_console/extras/mr/3.sql deleted file mode 100644 index dd762ab02c..0000000000 --- a/pandora_console/extras/mr/3.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/4.sql b/pandora_console/extras/mr/4.sql deleted file mode 100644 index 013936a493..0000000000 --- a/pandora_console/extras/mr/4.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` asdfasdfa; - -COMMIT;