mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
Supress lint errors in Add RPush migration
This commit is contained in:
parent
3619f46360
commit
2f8126d732
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,8 @@ class AddRpush < ActiveRecord::Migration[5.0]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# rubocop:disable Rails/MigrationClassName
|
||||||
|
|
||||||
class CreateRapnsNotifications < ActiveRecord::Migration[5.0]
|
class CreateRapnsNotifications < ActiveRecord::Migration[5.0]
|
||||||
def self.up
|
def self.up
|
||||||
create_table :rapns_notifications do |t|
|
create_table :rapns_notifications do |t|
|
||||||
|
@ -335,4 +337,6 @@ class AddRpush < ActiveRecord::Migration[5.0]
|
||||||
remove_column :rpush_notifications, :fail_after
|
remove_column :rpush_notifications, :fail_after
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# rubocop:enable all
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue