demarches-normaliennes/db/migrate/20181221103901_drop_rna_informations.rb

6 lines
113 B
Ruby
Raw Normal View History

class DropRNAInformations < ActiveRecord::Migration[5.2]
def change
drop_table :rna_informations
end
end