aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/AssetStore.migrations
diff options
context:
space:
mode:
authorBlueWall2015-03-04 19:40:31 -0500
committerBlueWall2015-03-04 19:40:31 -0500
commit7adeb43a885e5093a2edfc26742a0d739491b6ad (patch)
tree9a5dce5ebd1237376de1fe76fb5d1b12d74aba78 /OpenSim/Data/MySQL/Resources/AssetStore.migrations
parentMerge branch 'master' of /team/src/opensim (diff)
parentAlter the migrations so that it is a no-op as the columns are unused and the ... (diff)
downloadopensim-SC-7adeb43a885e5093a2edfc26742a0d739491b6ad.zip
opensim-SC-7adeb43a885e5093a2edfc26742a0d739491b6ad.tar.gz
opensim-SC-7adeb43a885e5093a2edfc26742a0d739491b6ad.tar.bz2
opensim-SC-7adeb43a885e5093a2edfc26742a0d739491b6ad.tar.xz
Merge branch 'master' of /team/src/opensim
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/AssetStore.migrations')
-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;