From c3ccb00b2aa32a69bc6a7b68fbe0b347123f6e38 Mon Sep 17 00:00:00 2001 From: vanessa gil Date: Thu, 20 Apr 2017 13:36:03 +0200 Subject: [PATCH] new file. --- pandora_console/extras/mr/1.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pandora_console/extras/mr/1.sql diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql new file mode 100644 index 0000000000..3e1097cd08 --- /dev/null +++ b/pandora_console/extras/mr/1.sql @@ -0,0 +1,3 @@ +START TRANSACTION; +ALTER TABLE tusuario add field1 int(10) unsigned NOT NULL DEFAULT 0; +COMMIT;