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:
parent
169ed7cf93
commit
e56a79a69e
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
-- -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue