From 5582240770d4d62aa3efbe42dd51dce6b3c1ea17 Mon Sep 17 00:00:00 2001 From: vanessa gil Date: Wed, 5 Apr 2017 17:47:27 +0200 Subject: [PATCH] removed 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 15a00d1bf5..0000000000 --- a/pandora_console/extras/mr/1.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 `test_nuevo3` tinyint(1) NOT NULL DEFAULT 0; - -COMMIT;