From 11a24d04b678ed517c50dfd50575c210137cca3b Mon Sep 17 00:00:00 2001 From: BlueWall Date: Wed, 4 Mar 2015 13:47:02 -0500 Subject: [PATCH] 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 +--------- OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations index d56c917865..0c49d0dbc3 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 diff --git a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations index 79879b8b21..e87d3a171e 100644 --- a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations @@ -72,12 +72,4 @@ ALTER TABLE xassetsmeta ALTER COLUMN id SET DATA TYPE uuid USING id::uuid; ALTER TABLE xassetsmeta ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea; ALTER TABLE xassetsdata ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea; -COMMIT; - -:VERSION 5 - -BEGIN; - -ALTER TABLE xassetsmeta MODIFY Description varchar(128); - -COMMIT; +COMMIT; \ No newline at end of file