Skip to content

Commit

Permalink
Revert "Chase latest change to asset description length with an updat…
Browse files Browse the repository at this point in the history
…e to XAssetStore db tables"

This reverts commit e520364.
  • Loading branch information
BlueWall committed Mar 4, 2015
1 parent 2d8c180 commit 11a24d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions OpenSim/Data/MySQL/Resources/XAssetStore.migrations
Original file line number Diff line number Diff line change
Expand Up @@ -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;
10 changes: 1 addition & 9 deletions OpenSim/Data/PGSQL/Resources/XAssetStore.migrations
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 11a24d0

Please sign in to comment.