10 changed files with 16 additions and 11 deletions
@ -0,0 +1,5 @@
|
||||
class RenameOrgType < ActiveRecord::Migration[6.1] |
||||
def change |
||||
rename_column :organisations, :org_type, :providertype |
||||
end |
||||
end |
Loading…
Reference in new issue