2011-07-21 Ramon Novoa <rnovoa@artica.es>

* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Removed already existing
	  tables.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4610 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2011-07-21 09:44:58 +00:00
parent 169ed7cf93
commit e56a79a69e
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2011-07-21 Ramon Novoa <rnovoa@artica.es>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Removed already existing
tables.
2011-07-21 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php: Set default values to width and height

View File

@ -94,13 +94,6 @@ ALTER TABLE `tsesion` CHANGE `ID_sesion` `id_sesion` bigint(20) unsigned NOT NUL
ALTER TABLE `tsesion` CHANGE `ID_usuario` `id_usuario` varchar(60) NOT NULL default '0';
ALTER TABLE `tsesion` CHANGE `IP_origen` `ip_origen` varchar(100) NOT NULL default '';
-- -----------------------------------------------------
-- Table `ttrap`
-- -----------------------------------------------------
ALTER TABLE ttrap ADD `text` varchar(255) default '';
ALTER TABLE ttrap ADD `description` varchar(255) default '';
ALTER TABLE ttrap ADD `severity` tinyint(4) unsigned NOT NULL default '2';
-- -----------------------------------------------------
-- Table `tusuario_perfil`
-- -----------------------------------------------------