Skip to content

Commit

Permalink
[john] - schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnam committed Dec 2, 2013
1 parent f7a19fe commit 14b10cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
end

add_index "geo_data", ["country_iso", "postcode"], :name => "index_geo_data_on_country_iso_and_postcode"
add_index "geo_data", ["postcode"], :name => "index_postcodes_on_zip", :unique => true

create_table "homepage_contents", :force => true do |t|
t.string "banner_image"
Expand Down Expand Up @@ -499,6 +498,7 @@
end

add_index "push_sent_emails", ["movement_id", "email_id"], :name => "idx_emails"
add_index "push_sent_emails", ["movement_id", "push_id", "email_id", "user_id"], :name => "idx_unique_sent", :unique => true
add_index "push_sent_emails", ["movement_id", "push_id"], :name => "idx_pushes"
add_index "push_sent_emails", ["push_id"], :name => "index_push_sent_emails_on_push_id"
add_index "push_sent_emails", ["user_id", "movement_id", "created_at"], :name => "idx_list_cutter"
Expand Down

0 comments on commit 14b10cb

Please sign in to comment.