From 01945c3cb59f922685e3adea65ba8fb22d7e9be3 Mon Sep 17 00:00:00 2001
From: vanessa gil <vanessa.gil@artica.es>
Date: Tue, 14 Mar 2017 16:56:00 +0100
Subject: [PATCH] new mr

---
 pandora_console/extras/mr/1.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql
index 1676b75d99..938f2e060d 100644
--- a/pandora_console/extras/mr/1.sql
+++ b/pandora_console/extras/mr/1.sql
@@ -1,4 +1,5 @@
 START TRANSACTION;
+
 CREATE TABLE IF NOT EXISTS `ttable_test_nueva` (
 	`id` int(10) unsigned NOT NULL auto_increment,
 	`field1` varchar(60) NOT NULL default '',
@@ -6,4 +7,5 @@ CREATE TABLE IF NOT EXISTS `ttable_test_nueva` (
 	PRIMARY KEY  (`id`)
 ) ENGINE=InnoDB  DEFAULT CHARSET=utf8;
 ALTER TABLE `tusuario` ADD COLUMN `test_nuevo` tinyint(1) NOT NULL DEFAULT 0;
+
 COMMIT;