6 lines
92 B
Ruby
6 lines
92 B
Ruby
class DropHints < ActiveRecord::Migration[5.2]
|
|
def change
|
|
drop_table :hints
|
|
end
|
|
end
|