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

@ -198,4 +198,14 @@ CREATE TABLE os_groups_principals (
constraint os_groupprincpk PRIMARY KEY ("PrincipalID")
);
COMMIT;
COMMIT;
:VERSION 4
BEGIN;
ALTER TABLE IF EXISTS os_groups_notices
ALTER COLUMN "AttachmentItemID" SET DEFAULT '00000000-0000-0000-0000-000000000000'
;
COMMIT;