Drop the now useless rna_informations table
This commit is contained in:
parent
24e3b92897
commit
edca75148a
2 changed files with 6 additions and 14 deletions
5
db/migrate/20181221103901_drop_rna_informations.rb
Normal file
5
db/migrate/20181221103901_drop_rna_informations.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class DropRNAInformations < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
drop_table :rna_informations
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue