Skip to content
Snippets Groups Projects
Commit 84e96d0a authored by pabois's avatar pabois
Browse files

remove migration bug

parent 7f83f8d8
No related branches found
No related tags found
No related merge requests found
class FixSiret < ActiveRecord::Migration[6.1]
def change
rename_column :university_organizations, :sirene, :siren
add_column :university_organizations, :nic, :string
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment