Config fo 0.10.0 release

This commit is contained in:
szporowolik
2020-07-01 10:07:38 +02:00
parent a2ac6cfcd8
commit 4bceb1b944
4 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS `pe_Config` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `pe_Config` (`pe_Config_id`, `pe_Config_payload`) VALUES
(1, 'v0.9.5');
(1, 'v0.10.0');
DROP TABLE IF EXISTS `pe_DataMissionHashes`;
CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` (