2010-07-30 Sergio Martin <sergio.martin@artica.es>
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Typo fix into new table name git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3079 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
08adfae6d0
commit
7608c66cc2
|
@ -1,3 +1,8 @@
|
|||
2010-07-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Typo fix
|
||||
into new table name
|
||||
|
||||
2010-07-30 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_networkmap.php
|
||||
|
|
|
@ -40,7 +40,7 @@ ALTER TABLE `treport_content` ADD COLUMN `sunday` tinyint(1) default 1;
|
|||
-- Table `tnetwork_map`
|
||||
-- -----------------------------------------------------
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `tnetwork_map2` (
|
||||
CREATE TABLE IF NOT EXISTS `tnetwork_map` (
|
||||
`id_networkmap` INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`id_user` VARCHAR(60) NOT NULL,
|
||||
`name` VARCHAR(100) NOT NULL,
|
||||
|
|
Loading…
Reference in New Issue