diff options
author | Melanie | 2012-09-27 15:46:35 +0100 |
---|---|---|
committer | Melanie | 2012-09-27 15:46:35 +0100 |
commit | 637f5440feaa1b00e3b06644afe85f83b5a9394e (patch) | |
tree | 9355f991b903d97c7089e78a5be82510f846de8b /OpenSim/Data | |
parent | Merge commit 'ddd9384b3901f532243c1e8018334385b84290d1' into careminster (diff) | |
parent | Use GridUser properly for foreign users. (diff) | |
download | opensim-SC-637f5440feaa1b00e3b06644afe85f83b5a9394e.zip opensim-SC-637f5440feaa1b00e3b06644afe85f83b5a9394e.tar.gz opensim-SC-637f5440feaa1b00e3b06644afe85f83b5a9394e.tar.bz2 opensim-SC-637f5440feaa1b00e3b06644afe85f83b5a9394e.tar.xz |
Merge commit '3c77b8f463a852aecf3cb29fe4e5f4614f474dbf' into careminster
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/GridUserStore.migrations | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations index 32b85ee..440d076 100644 --- a/OpenSim/Data/MySQL/Resources/GridUserStore.migrations +++ b/OpenSim/Data/MySQL/Resources/GridUserStore.migrations | |||
@@ -17,3 +17,11 @@ CREATE TABLE `GridUser` ( | |||
17 | ) ENGINE=InnoDB; | 17 | ) ENGINE=InnoDB; |
18 | 18 | ||
19 | COMMIT; | 19 | COMMIT; |
20 | |||
21 | :VERSION 2 # -------------------------- | ||
22 | |||
23 | BEGIN; | ||
24 | |||
25 | ALTER TABLE `GridUser` ADD COLUMN TOS CHAR(36); | ||
26 | |||
27 | COMMIT; | ||