aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/AssetStore.migrations
diff options
context:
space:
mode:
authorBlueWall2015-03-04 19:27:34 -0500
committerBlueWall2015-03-04 19:27:34 -0500
commitd7b45a3ed20e6d4230faa812616a6031001c8977 (patch)
tree775f5010c2010e30990f9a0d01280adc44373081 /OpenSim/Data/MySQL/Resources/AssetStore.migrations
parentRevert "removed replacement texture in UDP Texture code. The replacement text... (diff)
downloadopensim-SC-d7b45a3ed20e6d4230faa812616a6031001c8977.zip
opensim-SC-d7b45a3ed20e6d4230faa812616a6031001c8977.tar.gz
opensim-SC-d7b45a3ed20e6d4230faa812616a6031001c8977.tar.bz2
opensim-SC-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 '')
-rw-r--r--OpenSim/Data/MySQL/Resources/AssetStore.migrations3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/AssetStore.migrations b/OpenSim/Data/MySQL/Resources/AssetStore.migrations
index 2c5e7c3..661d825 100644
--- a/OpenSim/Data/MySQL/Resources/AssetStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/AssetStore.migrations
@@ -77,4 +77,5 @@ ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT '';
77 77
78:VERSION 9 78:VERSION 9
79 79
80ALTER TABLE assets MODIFY description varchar(128); 80BEGIN;
81COMMIT;