Config for v0.12.1

This commit is contained in:
VladMordock
2021-02-28 13:15:26 +01:00
parent 9a5e86bae9
commit 727b026207
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.12.0');
(1, 'v0.12.1');
DROP TABLE IF EXISTS `pe_DataMissionHashes`;
CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` (