From 66b470295490c5b92c703c382df8db4bf1d23d2f Mon Sep 17 00:00:00 2001 From: VladMordock Date: Fri, 8 May 2020 21:59:11 +0200 Subject: [PATCH] Fixed missing closing bracket Fix per https://github.com/szporwolik/perun/issues/30 --- 03_MySQL/m1081_perun.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_MySQL/m1081_perun.sql b/03_MySQL/m1081_perun.sql index 396ccbe..7ad5c5a 100644 --- a/03_MySQL/m1081_perun.sql +++ b/03_MySQL/m1081_perun.sql @@ -28,7 +28,7 @@ CREATE TABLE IF NOT EXISTS `pe_DataMissionHashes` ( PRIMARY KEY (`pe_DataMissionHashes_id`), UNIQUE KEY `UNIQUE_hash` (`pe_DataMissionHashes_hash`), KEY `pe_DataMissionHashes_instance` (`pe_DataMissionHashes_instance`) -ENGINE=InnoDB DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; DROP TABLE IF EXISTS `pe_DataPlayers`; CREATE TABLE IF NOT EXISTS `pe_DataPlayers` (