diff --git a/db/migrate/20200120140900_add_user_notes_count_index.rb b/db/migrate/20200120140900_add_user_notes_count_index.rb index 11adfe2..423ee96 100644 --- a/db/migrate/20200120140900_add_user_notes_count_index.rb +++ b/db/migrate/20200120140900_add_user_notes_count_index.rb @@ -21,4 +21,4 @@ class AddUserNotesCountIndex < ActiveRecord::Migration[5.2] def down remove_index :user_custom_fields, name: :idx_user_custom_fields_user_notes_count end -end \ No newline at end of file +end