db/en/2012_13/pl.rb in sportdb-0.8.1 vs db/en/2012_13/pl.rb in sportdb-0.9.0

- old
+ new

@@ -5,15 +5,13 @@ # - more info -> http://premierleague.com (official site) # http://en.wikipedia.org/wiki/Premier_League -pl = Event.create!( key: 'en.2012/13', - title: 'Premier League 2012/13', - start_at: Time.utc('2012-08-18 12:00'), - league: League.find_by_key!('en'), - season: Season.find_by_key!('2012/13')) +pl = Event.create!( league: League.find_by_key!('en'), + season: Season.find_by_key!('2012/13'), + start_at: Time.utc('2012-08-18 12:00')) team_keys_pl = [ 'chelsea', 'manunited', 'mancity', @@ -35,7 +33,7 @@ 'norwich', 'qpr'] pl.add_teams_from_ary!( team_keys_pl ) - -Prop.create!( key: 'db.en.2012/13.version', value: '1' ) +## The End +################# \ No newline at end of file