Skip to content

Instantly share code, notes, and snippets.

@pepe
Created February 11, 2010 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pepe/301390 to your computer and use it in GitHub Desktop.
Save pepe/301390 to your computer and use it in GitHub Desktop.
diff --git a/db/schema.rb b/db/schema.rb
index d35485f..a9152c3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -325,7 +325,7 @@ ActiveRecord::Schema.define(:version => 20091127111226) do
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "published"
- t.integer "season_id", :default => 3
+ t.integer "season_id", :default => 1
end
add_index "program_event_groupings", ["position"], :name => "index_program_event_groupings_on_position"
@@ -345,7 +345,7 @@ ActiveRecord::Schema.define(:version => 20091127111226) do
t.string "tickets_url"
t.string "sifr_title"
t.boolean "delta"
- t.integer "season_id", :default => 3
+ t.integer "season_id", :default => 1
end
add_index "program_events", ["begins_on", "ends_on"], :name => "begins_ends"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment