Add version identifier to old migrations (required for Rails 5)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class CreateAnomalyNotifications < ActiveRecord::Migration
|
||||
class CreateAnomalyNotifications < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :anomaly_notifications do |t|
|
||||
t.belongs_to :user, polymorphic: true, index: true
|
||||
|
Reference in New Issue
Block a user