Yair Zaslavsky 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?
just verified, your suggestion is working, thanks.


-- 
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 <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to