Applying Gavin Hird's patch to correct PGSQL group notices. Thatk you,

Gavin
fsassets
Melanie Thielker 2015-06-26 19:08:51 +02:00
parent d750647fb1
commit 987e7e4f84
1 changed files with 11 additions and 1 deletions

View File

@ -199,3 +199,13 @@ CREATE TABLE os_groups_principals (
); );
COMMIT; COMMIT;
:VERSION 4
BEGIN;
ALTER TABLE IF EXISTS os_groups_notices
ALTER COLUMN "AttachmentItemID" SET DEFAULT '00000000-0000-0000-0000-000000000000'
;
COMMIT;