2010-09-17 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Added missing ';'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3248 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6b6d2c12e9
commit
2dabdfb82b
|
@ -1,3 +1,7 @@
|
|||
2010-09-17 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Added missing ';'.
|
||||
|
||||
2010-09-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* images/status_sets/default/server_down_ball.png,
|
||||
|
|
|
@ -120,5 +120,5 @@ CREATE TABLE IF NOT EXISTS `tagent_custom_data` (
|
|||
FOREIGN KEY (`id_agent`) REFERENCES tagente(`id_agente`)
|
||||
ON UPDATE CASCADE ON DELETE CASCADE,
|
||||
PRIMARY KEY (`id_field`, `id_agent`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
Loading…
Reference in New Issue