2011-06-27 Junichi Satoh <junichi@rworks.jp>

* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing INDEX.
	(Merged from pandoradb.sql)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4483 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2011-06-27 02:37:20 +00:00
parent 3a3bb0afd0
commit 7109eba02f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-06-27 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added missing INDEX.
(Merged from pandoradb.sql)
2011-06-24 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/module_manager_editor.php: Show units in module edition.

View File

@ -181,6 +181,7 @@ CREATE TABLE IF NOT EXISTS `ttag_event` (
-- -----------------------------------------------------
ALTER TABLE `tagente_modulo` ADD COLUMN (`unit` text DEFAULT '');
ALTER TABLE `tagente_modulo` ADD INDEX module(id_modulo);
-- -----------------------------------------------------
-- Table `tevento`