X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..124ec2e9d560e0df291e5a8e5aa67ef5db2f5d46:/db/migrate/010_diary_comments.rb diff --git a/db/migrate/010_diary_comments.rb b/db/migrate/010_diary_comments.rb index 4e95b1976..ac0f5e23a 100644 --- a/db/migrate/010_diary_comments.rb +++ b/db/migrate/010_diary_comments.rb @@ -11,7 +11,7 @@ class DiaryComments < ActiveRecord::Migration t.column "updated_at", :datetime, :null => false end - add_index "diary_comments", %w(diary_entry_id id), :name => "diary_comments_entry_id_idx", :unique => true + add_index "diary_comments", %w[diary_entry_id id], :name => "diary_comments_entry_id_idx", :unique => true end def self.down