Revert "Chase latest change to asset description length with an update to XAssetStore db tables"
This reverts commit e520364f65
.
inv-download
parent
2d8c1806ca
commit
11a24d04b6
|
@ -25,11 +25,3 @@ CREATE TABLE `XAssetsData` (
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Version 1';
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Version 1';
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
:VERSION 2
|
|
||||||
|
|
||||||
BEGIN;
|
|
||||||
|
|
||||||
ALTER TABLE xassetsmeta MODIFY Description varchar(128);
|
|
||||||
|
|
||||||
COMMIT;
|
|
||||||
|
|
|
@ -73,11 +73,3 @@ 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;
|
ALTER TABLE xassetsdata ALTER COLUMN hash SET DATA TYPE bytea USING hash::bytea;
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
:VERSION 5
|
|
||||||
|
|
||||||
BEGIN;
|
|
||||||
|
|
||||||
ALTER TABLE xassetsmeta MODIFY Description varchar(128);
|
|
||||||
|
|
||||||
COMMIT;
|
|
||||||
|
|
Loading…
Reference in New Issue