Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API
Try to fix Travis CI setup
This commit is contained in:
parent
77e13c2bc9
commit
920ba5fc4e
16 changed files with 186 additions and 69 deletions
5
db/migrate/20170205175257_remove_devices.rb
Normal file
5
db/migrate/20170205175257_remove_devices.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveDevices < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
drop_table :devices
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue