gitlab-org--gitlab-foss/db/migrate/20160508221410_set_type_on_...

6 lines
163 B
Ruby

class SetTypeOnLegacyDiffNotes < ActiveRecord::Migration
def change
execute "UPDATE notes SET type = 'LegacyDiffNote' WHERE line_code IS NOT NULL"
end
end