mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 16:25:40 +02:00
Preparation for 0.9.2
This commit is contained in:
@@ -19,7 +19,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.1');
|
||||
(1, 'v0.9.2');
|
||||
|
||||
DROP TABLE IF EXISTS `pe_DataMissionHashes`;
|
||||
CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` (
|
||||
|
||||
Reference in New Issue
Block a user