2012-11-11 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7141 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e452ca8ac6
commit
899fac693d
|
@ -1,3 +1,7 @@
|
|||
2012-11-11 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Fixed a typo.
|
||||
|
||||
2012-11-08 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_config.php: Fixed a XSS in login :-O. Thanks
|
||||
|
|
|
@ -329,7 +329,7 @@ ALTER TABLE tnetwork_map ADD `show_modules` TINYINT(1) UNSIGNED NOT NULL DEFAULT
|
|||
-- Table `tagente_estado`
|
||||
-- ----------------------------------------------------------------------
|
||||
ALTER TABLE `tagente_estado` ADD COLUMN `last_known_status` tinyint(4) NOT NULL DEFAULT 0;
|
||||
ALTER TABLE `tagente_estado` ADD COLUMN `last_error` int(4) NOT NULL DEFAULT '0',
|
||||
ALTER TABLE `tagente_estado` ADD COLUMN `last_error` int(4) NOT NULL DEFAULT '0';
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Table `tevent_response`
|
||||
|
|
Loading…
Reference in New Issue