An error occurred while fetching the assigned milestone of the selected merge_request.
4 0 stable
Compare changes
- Dmitriy Zaporozhets authored
Fix for Postgresql Migration 3.1 --> 4.0
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
@@ -5,7 +5,7 @@ class MoveNoteableCommitToOwnField < ActiveRecord::Migration
@@ -5,7 +5,7 @@ class MoveNoteableCommitToOwnField < ActiveRecord::Migration
Note.where("noteable_type != 'Commit'").update_all('new_noteable_id = CAST (noteable_id AS INTEGER)')