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/PGSQL/Resources/AssetStore.migrations | |
parent | Revert "removed replacement texture in UDP Texture code. The replacement text... (diff) | |
download | opensim-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/PGSQL/Resources/AssetStore.migrations | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/Resources/AssetStore.migrations b/OpenSim/Data/PGSQL/Resources/AssetStore.migrations index fb7d156..7a858b4 100644 --- a/OpenSim/Data/PGSQL/Resources/AssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/AssetStore.migrations | |||
@@ -95,4 +95,5 @@ alter table assets add "creatorid" varchar(36) not null default ''; | |||
95 | 95 | ||
96 | :VERSION 8 | 96 | :VERSION 8 |
97 | 97 | ||
98 | ALTER TABLE assets ALTER COLUMN description TYPE varchar(128); | 98 | BEGIN TRANSACTION; |
99 | COMMIT; | ||