Yair Zaslavsky has posted comments on this change. Change subject: aaa: Changing API to 3.3 behavior ......................................................................
Patch Set 9: (1 comment) http://gerrit.ovirt.org/#/c/26053/9/packaging/dbscripts/upgrade/03_04_0740_update_user_ids.sql File packaging/dbscripts/upgrade/03_04_0740_update_user_ids.sql: Line 27: ); Line 28: Line 29: UPDATE users SET user_id = temp_id; Line 30: --3. Cleanup Line 31: ALTER TABLE tags_user_map DISABLE TRIGGER USER; > oppppssssss good catch ! thanks! Line 32: PERFORM fn_db_drop_column('users','temp_id'); Line 33: RETURN; Line 34: END; $procedure$ Line 35: LANGUAGE plpgsql; -- To view, visit http://gerrit.ovirt.org/26053 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iff51fb9df33b4b679eba5b1c3ef2bea6ea7b3e07 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Juan Hernandez <[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
