diff options
author | Justin Clark-Casey (justincc) | 2012-09-28 01:54:39 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-28 01:54:39 +0100 |
commit | b5af17c8e35d6598f48af05429c835edc47f6d8b (patch) | |
tree | 204f0e303be3cdf7f98d0bc87a212a23857cc5ea /OpenSim/Data/MySQL/Resources/GridUserStore.migrations | |
parent | Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur... (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-b5af17c8e35d6598f48af05429c835edc47f6d8b.zip opensim-SC_OLD-b5af17c8e35d6598f48af05429c835edc47f6d8b.tar.gz opensim-SC_OLD-b5af17c8e35d6598f48af05429c835edc47f6d8b.tar.bz2 opensim-SC_OLD-b5af17c8e35d6598f48af05429c835edc47f6d8b.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/GridUserStore.migrations')
-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; |