Alon Bar-Lev has posted comments on this change.

Change subject: aaa: Stop constant synchronization of admin@internal
......................................................................


Patch Set 2:

(1 comment)

http://gerrit.ovirt.org/#/c/35871/2/packaging/dbscripts/upgrade/03_06_0590_fix_admin_internal_constant_sync.sql
File 
packaging/dbscripts/upgrade/03_06_0590_fix_admin_internal_constant_sync.sql:

Line 1: update users set group_ids = regexp_replace(group_ids, 
'00000000-0000-0000-0000-000000000000,', '');
Line 2: update users set group_ids = regexp_replace(group_ids, 
',00000000-0000-0000-0000-000000000000', '');
Line 3: update users set group_ids = regexp_replace(group_ids, 
'00000000-0000-0000-0000-000000000000', '');
if regex, won't the following template work?

([,]*)00000000-0000-0000-0000-000000000000([,]*)


-- 
To view, visit http://gerrit.ovirt.org/35871
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5a7660f813b7926b4193ebeb39b3c2a5f07550b4
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to