Created
December 4, 2013 19:49
-
-
Save tjwallace/7794319 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/db/schema.rb b/db/schema.rb | |
index 7bb0e1f..a5c9b4c 100644 | |
--- a/db/schema.rb | |
+++ b/db/schema.rb | |
@@ -309,13 +309,11 @@ ActiveRecord::Schema.define(:version => 20131204133419) do | |
t.integer "position" | |
t.string "type", :default => "WidescreenDealPhoto", :null => false | |
t.integer "prefix" | |
- t.integer "variant_id" | |
end | |
add_index "deal_photos", ["deal_id"], :name => "index_deal_photos_on_deal_id" | |
add_index "deal_photos", ["prefix"], :name => "index_deal_photos_on_prefix" | |
add_index "deal_photos", ["type"], :name => "index_deal_photos_on_type" | |
- add_index "deal_photos", ["variant_id"], :name => "index_deal_photos_on_variant_id" | |
create_table "deal_positions", :force => true do |t| | |
t.integer "deal_id" | |
@@ -778,7 +776,6 @@ ActiveRecord::Schema.define(:version => 20131204133419) do | |
t.string "logo_content_type" | |
t.integer "logo_file_size" | |
t.datetime "logo_updated_at" | |
- t.string "url" | |
end | |
create_table "partners_twelve_days_contests", :force => true do |t| | |
@@ -1097,11 +1094,6 @@ ActiveRecord::Schema.define(:version => 20131204133419) do | |
add_index "transactions", ["order_id"], :name => "index_transactions_on_order_id" | |
add_index "transactions", ["transaction_id"], :name => "index_transactions_on_transaction_id" | |
- create_table "twelve_days_constest_partners", :force => true do |t| | |
- t.integer "twelve_days_contest_id" | |
- t.integer "partner_id" | |
- end | |
- | |
create_table "twelve_days_contests", :force => true do |t| | |
t.string "name" | |
t.integer "day" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment