Revert "Claimant type to avis table"

This commit is contained in:
Kara Diaby 2021-03-09 13:40:10 +01:00 committed by GitHub
parent 0c5ad449c5
commit f4fd220d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 49 deletions

View file

@ -1,6 +0,0 @@
class AddClaimantTypeToAvis < ActiveRecord::Migration[6.0]
def change
add_column :avis, :claimant_type, :string
remove_foreign_key :avis, :instructeurs, column: "claimant_id"
end
end