From 9921c24c8f1e4195ebb548d5e3ca99ec2bec764a Mon Sep 17 00:00:00 2001 From: Cinder Date: Wed, 4 Mar 2015 11:11:01 -0700 Subject: One more migration fix Signed-off-by: BlueWall --- OpenSim/Data/PGSQL/Resources/XAssetStore.migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Data/PGSQL/Resources/XAssetStore.migrations') diff --git a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations index 79879b8..0e22091 100644 --- a/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations +++ b/OpenSim/Data/PGSQL/Resources/XAssetStore.migrations @@ -78,6 +78,6 @@ COMMIT; BEGIN; -ALTER TABLE xassetsmeta MODIFY Description varchar(128); +ALTER TABLE xassetsmeta ALTER COLUMN description TYPE varchar(128); COMMIT; -- cgit v1.1