2013-01-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

pandoradb_data.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql
	extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql
	extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql
	extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: switch to show 
	or hide visual console.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7514 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2013-01-21 09:21:57 +00:00
parent 268da0caaa
commit 3953a28a4c
7 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,13 @@
2013-01-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
pandoradb_data.sql
pandoradb.data.postgreSQL.sql
pandoradb.data.oracle.sql
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql: switch to show
or hide visual console.
2013-01-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2013-01-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_menu.php * include/functions_menu.php

View File

@ -235,7 +235,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('enable_pass_history', 0), ('enable_pass_history', 0),
('compare_pass', 3), ('compare_pass', 3),
('meta_style', 'meta_pandora'), ('meta_style', 'meta_pandora'),
('enable_refr', 0); ('enable_refr', 0),
('show_vc', 1);
UPDATE tconfig SET `value`='comparation' WHERE `token`= 'prominent_time'; UPDATE tconfig SET `value`='comparation' WHERE `token`= 'prominent_time';
-- ---------------------------------------------------------------------- -- ----------------------------------------------------------------------

View File

@ -278,6 +278,7 @@ INSERT INTO tconfig (token, value) VALUES ('enable_pass_history', 0);
INSERT INTO tconfig (token, value) VALUES ('compare_pass', 3); INSERT INTO tconfig (token, value) VALUES ('compare_pass', 3);
INSERT INTO tconfig (token, value) VALUES ('meta_style', 'meta_pandora'); INSERT INTO tconfig (token, value) VALUES ('meta_style', 'meta_pandora');
INSERT INTO tconfig (token, value) VALUES ('enable_refr', 0); INSERT INTO tconfig (token, value) VALUES ('enable_refr', 0);
INSERT INTO tconfig (token, value) VALUES ('show_vc', 1);
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table tpassword_history -- Table tpassword_history

View File

@ -293,7 +293,8 @@ INSERT INTO "tconfig" ("token", "value") VALUES
('enable_pass_history', 0), ('enable_pass_history', 0),
('compare_pass', 3), ('compare_pass', 3),
('meta_style', 'meta_pandora'), ('meta_style', 'meta_pandora'),
('enable_refr', 0); ('enable_refr', 0),
('show_vc', 1);
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table "tpassword_history" -- Table "tpassword_history"

View File

@ -110,6 +110,7 @@ INSERT INTO tconfig (token, value) VALUES ('enable_refr', 0);
INSERT INTO tconfig (token, value) VALUES ('meta_num_elements', 100); INSERT INTO tconfig (token, value) VALUES ('meta_num_elements', 100);
INSERT INTO tconfig (token, value) VALUES ('update_manager_installed', 1); INSERT INTO tconfig (token, value) VALUES ('update_manager_installed', 1);
INSERT INTO tconfig (token, value) VALUES ('num_files_attachment', 100); INSERT INTO tconfig (token, value) VALUES ('num_files_attachment', 100);
INSERT INTO tconfig (token, value) VALUES ('show_vc', 1);
COMMIT; COMMIT;
END;; END;;

View File

@ -105,7 +105,8 @@ INSERT INTO "tconfig" ("token", "value") VALUES
('enable_refr', '0'), ('enable_refr', '0'),
('meta_num_elements', 100), ('meta_num_elements', 100),
('update_manager_installed', 1), ('update_manager_installed', 1),
('num_files_attachment', 100); ('num_files_attachment', 100),
('show_vc', 1);
COMMIT WORK; COMMIT WORK;

View File

@ -104,7 +104,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('enable_refr', 0), ('enable_refr', 0),
('meta_num_elements', 100), ('meta_num_elements', 100),
('update_manager_installed', 1), ('update_manager_installed', 1),
('num_files_attachment', 100); ('num_files_attachment', 100),
('show_vc', 1);
UNLOCK TABLES; UNLOCK TABLES;