mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
missing file
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user