index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
migrate
/
20170205175257_remove_devices.rb
blob: e96ffed4da66dcc7f8fbbc48b69ebc1b11d44030 (
plain
) (
blame
)
1
2
3
4
5
class RemoveDevices < ActiveRecord::Migration[5.0] def change drop_table :devices end end