From e5c0b68849d21e9f2d91b23586143e46becbce3b Mon Sep 17 00:00:00 2001 From: Cinder Date: Tue, 3 Mar 2015 20:42:22 -0700 Subject: Follow up to last commit, fix field length Signed-off-by: BlueWall --- OpenSim/Data/MySQL/Resources/AssetStore.migrations | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Data/MySQL/Resources') diff --git a/OpenSim/Data/MySQL/Resources/AssetStore.migrations b/OpenSim/Data/MySQL/Resources/AssetStore.migrations index e0526fe..2c5e7c3 100644 --- a/OpenSim/Data/MySQL/Resources/AssetStore.migrations +++ b/OpenSim/Data/MySQL/Resources/AssetStore.migrations @@ -75,3 +75,6 @@ ALTER TABLE assets ADD COLUMN asset_flags INTEGER NOT NULL DEFAULT 0; ALTER TABLE assets ADD COLUMN CreatorID varchar(128) NOT NULL DEFAULT ''; +:VERSION 9 + +ALTER TABLE assets MODIFY description varchar(128); -- cgit v1.1