From cc39f6d1a83aab54e2f43fd84a8b353a63ff387b Mon Sep 17 00:00:00 2001 From: vanessa gil Date: Tue, 14 Mar 2017 16:46:21 +0100 Subject: [PATCH] New file. --- pandora_console/extras/mr/1.sql | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql index 2af917a38e..cde26c5476 100644 --- a/pandora_console/extras/mr/1.sql +++ b/pandora_console/extras/mr/1.sql @@ -1,12 +1,9 @@ -BEGIN - +BEGIN 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 +COMMIT;