From 26339b39f05a198d26e9e56657c878e511788f06 Mon Sep 17 00:00:00 2001 From: vanessa gil Date: Tue, 14 Mar 2017 16:57:51 +0100 Subject: [PATCH] delete file --- pandora_console/extras/mr/1.sql | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pandora_console/extras/mr/1.sql diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql deleted file mode 100644 index 938f2e060d..0000000000 --- a/pandora_console/extras/mr/1.sql +++ /dev/null @@ -1,11 +0,0 @@ -START TRANSACTION; - -CREATE TABLE IF NOT EXISTS `ttable_test_nueva` ( - `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;