From 11a24d04b678ed517c50dfd50575c210137cca3b Mon Sep 17 00:00:00 2001
From: BlueWall
Date: Wed, 4 Mar 2015 13:47:02 -0500
Subject: Revert "Chase latest change to asset description length with an
 update to XAssetStore db tables"

This reverts commit e520364f65e1915e13d28b829e9dd62f6904957d.
---
 OpenSim/Data/MySQL/Resources/XAssetStore.migrations | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

(limited to 'OpenSim/Data/MySQL')

diff --git a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations
index d56c917..0c49d0d 100644
--- a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations
@@ -24,12 +24,4 @@ CREATE TABLE `XAssetsData` (
   PRIMARY KEY (`hash`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Version 1';
 
-COMMIT;
-
-:VERSION 2
-
-BEGIN;
- 
-ALTER TABLE xassetsmeta MODIFY Description varchar(128);
-
-COMMIT;
+COMMIT;
\ No newline at end of file
-- 
cgit v1.1