Now the value 'db_scheme_version' show the correct bd version (only mysql). Ticket#2430

This commit is contained in:
Arturo Gonzalez Diaz 2015-07-22 10:42:47 +02:00
parent 6592e0f5b9
commit cbc27d103d
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ UPDATE `talert_commands` SET `fields_descriptions` = '[\"Destination addres
-- Table `tconfig`
-- ---------------------------------------------------------------------
INSERT INTO `tconfig` (`token`, `value`) VALUES ('post_process_custom_values', '{"0.00000038580247":"Seconds to months","0.00000165343915":"Seconds to weeks","0.00001157407407":"Seconds to days","0.01666666666667":"Seconds to minutes","0.00000000093132":"Bytes to Gigabytes","0.00000095367432":"Bytes to Megabytes","0.0009765625":"Bytes to Kilobytes","0.00000001653439":"Timeticks to weeks","0.00000011574074":"Timeticks to days"}');
UPDATE tconfig SET value = 'v6.0dev' WHERE token = 'db_scheme_version';
-- ---------------------------------------------------------------------
-- Table `tnetwork_map`