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/PGSQL/Resources/AssetStore.migrations | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Data/PGSQL/Resources/AssetStore.migrations') diff --git a/OpenSim/Data/PGSQL/Resources/AssetStore.migrations b/OpenSim/Data/PGSQL/Resources/AssetStore.migrations index b6db585..9919844 100644 --- a/OpenSim/Data/PGSQL/Resources/AssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/AssetStore.migrations @@ -92,3 +92,7 @@ ALTER TABLE assets ADD "asset_flags" INTEGER NOT NULL DEFAULT 0; :VERSION 7 alter table assets add "creatorid" varchar(36) not null default ''; + +:VERSION 8 + +ALTER TABLE assets MODIFY description varchar(128); -- cgit v1.1