diff options
Diffstat (limited to 'db/migrate/20170205175257_remove_devices.rb')
-rw-r--r-- | db/migrate/20170205175257_remove_devices.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20170205175257_remove_devices.rb b/db/migrate/20170205175257_remove_devices.rb new file mode 100644 index 000000000..e96ffed4d --- /dev/null +++ b/db/migrate/20170205175257_remove_devices.rb @@ -0,0 +1,5 @@ +class RemoveDevices < ActiveRecord::Migration[5.0] + def change + drop_table :devices + end +end |