Drop the now useless rna_informations table

This commit is contained in:
gregoirenovel 2018-12-08 11:40:02 +01:00
parent 24e3b92897
commit edca75148a
2 changed files with 6 additions and 14 deletions

View file

@ -0,0 +1,5 @@
class DropRNAInformations < ActiveRecord::Migration[5.2]
def change
drop_table :rna_informations
end
end