From 987e7e4f84dff3450cd03ebd0f6c540dedb00230 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 26 Jun 2015 19:08:51 +0200 Subject: Applying Gavin Hird's patch to correct PGSQL group notices. Thatk you, Gavin --- OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'OpenSim/Data') diff --git a/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations b/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations index 7489bef..74b07c3 100644 --- a/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations +++ b/OpenSim/Data/PGSQL/Resources/os_groups_Store.migrations @@ -198,4 +198,14 @@ CREATE TABLE os_groups_principals ( constraint os_groupprincpk PRIMARY KEY ("PrincipalID") ); -COMMIT; \ No newline at end of file +COMMIT; + +:VERSION 4 + +BEGIN; + +ALTER TABLE IF EXISTS os_groups_notices + ALTER COLUMN "AttachmentItemID" SET DEFAULT '00000000-0000-0000-0000-000000000000' +; + +COMMIT; -- cgit v1.1