aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authoronefang2021-09-03 03:43:49 +1000
committeronefang2021-09-03 03:43:49 +1000
commit696717d0f293800451733758e006745577872230 (patch)
tree7ecd8dc251d9f2afdf0f65cce72ae7bd29aac7d7 /OpenSim
parentMore messing with sledjchisl created directories. (diff)
downloadopensim-SC-696717d0f293800451733758e006745577872230.zip
opensim-SC-696717d0f293800451733758e006745577872230.tar.gz
opensim-SC-696717d0f293800451733758e006745577872230.tar.bz2
opensim-SC-696717d0f293800451733758e006745577872230.tar.xz
Fixup GridUser migrations to be like the others.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/MySQL/Resources/GridUserStore.migrations7
1 files changed, 1 insertions, 6 deletions
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 @@
1:VERSION 1 # -------------------------- 1:VERSION 2 # --------------------------
2 2
3BEGIN; 3BEGIN;
4 4
@@ -17,8 +17,3 @@ CREATE TABLE IF NOT EXISTS `GridUser` (
17) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; 17) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
18 18
19COMMIT; 19COMMIT;
20
21:VERSION 2 # --------------------------
22BEGIN;
23
24COMMIT;