Revert "Chase latest change to asset description length with an update to XAssetStore db tables"

This reverts commit e520364f65.
inv-download
BlueWall 2015-03-04 13:47:02 -05:00
parent 2d8c1806ca
commit 11a24d04b6
2 changed files with 2 additions and 18 deletions

View File

@ -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;

View File

@ -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;