missing file

0.9.1.0-post-fixes
UbitUmarov 2019-08-17 23:59:01 +01:00
parent db374112c6
commit 115d69e633
1 changed files with 7 additions and 0 deletions

View File

@ -69,3 +69,10 @@ CREATE TABLE IF NOT EXISTS `estateban` (
COMMIT;
:VERSION 35
BEGIN;
ALTER TABLE `estateban`
ADD COLUMN `banningUUID` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000',
ADD COLUMN `banTime` int(11) NOT NULL DEFAULT 0;
COMMIT;