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:
Cinder
2015-03-04 10:02:23 -07:00
committed by BlueWall
parent 11a24d04b6
commit 56ae3da291
2 changed files with 18 additions and 2 deletions

View File

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