diff options
author | BlueWall | 2015-03-04 19:27:34 -0500 |
---|---|---|
committer | BlueWall | 2015-03-04 19:27:34 -0500 |
commit | d7b45a3ed20e6d4230faa812616a6031001c8977 (patch) | |
tree | 775f5010c2010e30990f9a0d01280adc44373081 /OpenSim/Data/MySQL/Resources/XAssetStore.migrations | |
parent | Revert "removed replacement texture in UDP Texture code. The replacement text... (diff) | |
download | opensim-SC_OLD-d7b45a3ed20e6d4230faa812616a6031001c8977.zip opensim-SC_OLD-d7b45a3ed20e6d4230faa812616a6031001c8977.tar.gz opensim-SC_OLD-d7b45a3ed20e6d4230faa812616a6031001c8977.tar.bz2 opensim-SC_OLD-d7b45a3ed20e6d4230faa812616a6031001c8977.tar.xz |
Alter the migrations so that it is a no-op as the columns are unused and the operation is very expensive
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/XAssetStore.migrations')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/XAssetStore.migrations | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations index d56c917..9459e3e 100644 --- a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations +++ b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations | |||
@@ -29,7 +29,4 @@ COMMIT; | |||
29 | :VERSION 2 | 29 | :VERSION 2 |
30 | 30 | ||
31 | BEGIN; | 31 | BEGIN; |
32 | |||
33 | ALTER TABLE xassetsmeta MODIFY Description varchar(128); | ||
34 | |||
35 | COMMIT; | 32 | COMMIT; |