mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Chase latest change to asset description length with an update to XAssetStore db tables
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -24,4 +24,12 @@ CREATE TABLE `XAssetsData` (
|
||||
PRIMARY KEY (`hash`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Version 1';
|
||||
|
||||
COMMIT;
|
||||
COMMIT;
|
||||
|
||||
:VERSION 2
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE xassetsmeta MODIFY Description varchar(128);
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user