From 696717d0f293800451733758e006745577872230 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 3 Sep 2021 03:43:49 +1000 Subject: Fixup GridUser migrations to be like the others. --- OpenSim/Data/MySQL/Resources/GridUserStore.migrations | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'OpenSim/Data/MySQL/Resources/GridUserStore.migrations') diff --git a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations index 0cb7d07..799bfbb 100644 --- a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations +++ b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations @@ -1,4 +1,4 @@ -:VERSION 1 # -------------------------- +:VERSION 2 # -------------------------- BEGIN; @@ -17,8 +17,3 @@ CREATE TABLE IF NOT EXISTS `GridUser` ( ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; COMMIT; - -:VERSION 2 # -------------------------- -BEGIN; - -COMMIT; -- cgit v1.1