~cytrogen/masto-fe

ref: ec95f62cb4074fefdbc93411b67055c675eaf86f masto-fe/db/migrate/20170205175257_remove_devices.rb -rw-r--r-- 125 bytes
ec95f62c — Stanislas Signoud [Glitch] Fix sounds not being loaded from assets host 2 years ago
                                                                                
1
2
3
4
5
class RemoveDevices < ActiveRecord::Migration[5.0]
  def change
    drop_table :devices if table_exists?(:devices)
  end
end