diff options
author | Diva Canto | 2012-09-27 16:43:18 -0700 |
---|---|---|
committer | Diva Canto | 2012-09-27 16:43:18 -0700 |
commit | 7a5070518833a29252fc638f9dd216040bcfad7a (patch) | |
tree | 110893ef63c89314fb036baa69453c0bd91894eb /OpenSim/Data/MySQL | |
parent | Use GridUser properly for foreign users. (diff) | |
download | opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.zip opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.tar.gz opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.tar.bz2 opensim-SC_OLD-7a5070518833a29252fc638f9dd216040bcfad7a.tar.xz |
Removed the bits about the TOSModule. That module doesn't go into core. WARNING: migration on GridUser withdrawn too, but left the migration number there.
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/GridUserStore.migrations | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations index 440d076..d08e096 100644 --- a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations +++ b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations | |||
@@ -19,9 +19,6 @@ CREATE TABLE `GridUser` ( | |||
19 | COMMIT; | 19 | COMMIT; |
20 | 20 | ||
21 | :VERSION 2 # -------------------------- | 21 | :VERSION 2 # -------------------------- |
22 | |||
23 | BEGIN; | 22 | BEGIN; |
24 | 23 | ||
25 | ALTER TABLE `GridUser` ADD COLUMN TOS CHAR(36); | ||
26 | |||
27 | COMMIT; | 24 | COMMIT; |