2010-01-25 Pablo de la Concepción <pablo.concepcion@artica.es>
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Added group column to control ACLs as it was done in pandoradb.sql. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2304 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e110ec395e
commit
26a6affa18
|
@ -1,3 +1,8 @@
|
|||
2010-01-25 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_v3.0_to_v3.1.sql: Added group column to control
|
||||
ACLs as it was done in pandoradb.sql.
|
||||
|
||||
2010-01-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* pandoradb.sql: add the group column for SLA purposes.
|
||||
|
|
|
@ -72,6 +72,7 @@ CREATE TABLE IF NOT EXISTS `tgis_map_connection` (
|
|||
`initial_longitude` DOUBLE NULL COMMENT 'longitude of the center of the map when it\'s loaded' ,
|
||||
`initial_latitude` DOUBLE NULL COMMENT 'latitude of the center of the map when it\'s loaded' ,
|
||||
`initial_altitude` DOUBLE NULL COMMENT 'altitude of the center of the map when it\'s loaded' ,
|
||||
`group_id` INT(10) NOT NULL DEFAULT 0 COMMENT 'Group that owns the map',
|
||||
PRIMARY KEY (`id_tmap_connection`) )
|
||||
ENGINE = InnoDB
|
||||
COMMENT = 'Table to store the map connection information';
|
||||
|
|
Loading…
Reference in New Issue