mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Revert "Chase latest change to asset description length with an update to XAssetStore db tables"
This reverts commit e520364f65.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user