2 changed files with 7 additions and 1 deletions
@ -0,0 +1,5 @@
|
||||
class AddNewOrganisationName < ActiveRecord::Migration[7.0] |
||||
change_table :merge_requests, bulk: true do |t| |
||||
t.column :new_organisation_name, :string |
||||
end |
||||
end |
||||
Loading…
Reference in new issue