Files
codeocean/db/migrate/20181127160857_drop_hints.rb

6 lines
92 B
Ruby

class DropHints < ActiveRecord::Migration[5.2]
def change
drop_table :hints
end
end