From 115d69e63332498e5daebc173c11de25097666d8 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 17 Aug 2019 23:59:01 +0100 Subject: [PATCH] missing file --- OpenSim/Data/MySQL/Resources/EstateStore.migrations | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OpenSim/Data/MySQL/Resources/EstateStore.migrations b/OpenSim/Data/MySQL/Resources/EstateStore.migrations index 615af95dfa..37f8cfd275 100644 --- a/OpenSim/Data/MySQL/Resources/EstateStore.migrations +++ b/OpenSim/Data/MySQL/Resources/EstateStore.migrations @@ -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; +