diff options
author | onefang | 2021-09-03 03:43:49 +1000 |
---|---|---|
committer | onefang | 2021-09-03 03:43:49 +1000 |
commit | 696717d0f293800451733758e006745577872230 (patch) | |
tree | 7ecd8dc251d9f2afdf0f65cce72ae7bd29aac7d7 /OpenSim/Data | |
parent | More messing with sledjchisl created directories. (diff) | |
download | opensim-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/Data')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/GridUserStore.migrations | 7 |
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 | ||
3 | BEGIN; | 3 | BEGIN; |
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 | ||
19 | COMMIT; | 19 | COMMIT; |
20 | |||
21 | :VERSION 2 # -------------------------- | ||
22 | BEGIN; | ||
23 | |||
24 | COMMIT; | ||