Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Shorten index name
Browse files Browse the repository at this point in the history
  • Loading branch information
joegatt committed Aug 29, 2013
1 parent ccedfeb commit 496d2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20120829102252_add_index_to_cloud_notes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddIndexToCloudNotes < ActiveRecord::Migration
def change
add_index "cloud_notes", ["cloud_note_identifier", "cloud_service_id"], :name => "index_cloud_notes_on_cloud_note_identifier_and_cloud_service_id", :unique => true
add_index "cloud_notes", ["cloud_note_identifier", "cloud_service_id"], :name => "index_cloud_notes_on_cloud_note_id_and_cloud_service_id", :unique => true
end
end

0 comments on commit 496d2bd

Please sign in to comment.