diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql index f8ed806345..827b9b3ffc 100644 --- a/pandora_console/extras/mr/1.sql +++ b/pandora_console/extras/mr/1.sql @@ -1,36 +1,9 @@ --- Pandora FMS - the Flexible Monitoring System --- ============================================ --- Copyright (c) 2005-2011 Artica Soluciones Tecnológicas, http://www.artica.es --- Please see http://pandora.sourceforge.net for full contribution list - --- This program is free software; you can redistribute it and/or --- modify it under the terms of the GNU General Public License --- as published by the Free Software Foundation for version 2. --- This program is distributed in the hope that it will be useful, --- but WITHOUT ANY WARRANTY; without even the implied warranty of --- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --- GNU General Public License for more details. --- You should have received a copy of the GNU General Public License --- along with this program; if not, write to the Free Software --- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - --- PLEASE NO NOT USE MULTILINE COMMENTS --- Because Pandora Installer don't understand them --- and fails creating database !!! - --- Priority : 0 - Maintance (grey) --- Priority : 1 - Low (green) --- Priority : 2 - Normal (blue) --- Priority : 3 - Warning (yellow) --- Priority : 4 - Critical (red) - --- --------------------------------------------------------------------- --- Table `tnueva` --- --------------------------------------------------------------------- -CREATE TABLE IF NOT EXISTS `tnueva` ( +START TRANSACTION; +CREATE TABLE IF NOT EXISTS `tnueva2` ( `id_a` int(10) unsigned NOT NULL auto_increment, `ip` varchar(60) NOT NULL default '', `ip_pack` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id_a`), KEY `ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; +COMMIT;