v0.9.4 configuration

This commit is contained in:
szporowolik
2019-12-23 14:04:21 +01:00
parent ff78ba1cfe
commit d700430333
4 changed files with 6 additions and 6 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.3');
(1, 'v0.9.4');
DROP TABLE IF EXISTS `pe_DataMissionHashes`;
CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` (