diff options
Diffstat (limited to 'db/migrate/20130528184641_add_system_to_notes.rb')
-rw-r--r-- | db/migrate/20130528184641_add_system_to_notes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20130528184641_add_system_to_notes.rb b/db/migrate/20130528184641_add_system_to_notes.rb index 27fbf8983ac..64825bb316e 100644 --- a/db/migrate/20130528184641_add_system_to_notes.rb +++ b/db/migrate/20130528184641_add_system_to_notes.rb @@ -1,5 +1,5 @@ # rubocop:disable all -class AddSystemToNotes < ActiveRecord::Migration +class AddSystemToNotes < ActiveRecord::Migration[4.2] class Note < ActiveRecord::Base end |