From 56ae3da291e753ac5a3c2457aa97a7a290fe5342 Mon Sep 17 00:00:00 2001 From: Cinder Date: Wed, 4 Mar 2015 10:02:23 -0700 Subject: Chase latest change to asset description length with an update to XAssetStore db tables Signed-off-by: BlueWall --- OpenSim/Data/MySQL/Resources/XAssetStore.migrations | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'OpenSim/Data/MySQL') diff --git a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations index 0c49d0d..d56c917 100644 --- a/OpenSim/Data/MySQL/Resources/XAssetStore.migrations +++ b/OpenSim/Data/MySQL/Resources/XAssetStore.migrations @@ -24,4 +24,12 @@ CREATE TABLE `XAssetsData` ( PRIMARY KEY (`hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Version 1'; -COMMIT; \ No newline at end of file +COMMIT; + +:VERSION 2 + +BEGIN; + +ALTER TABLE xassetsmeta MODIFY Description varchar(128); + +COMMIT; -- cgit v1.1