db/at/2012_13/bl.rb in sportdb-0.8.1 vs db/at/2012_13/bl.rb in sportdb-0.9.0

- old
+ new

@@ -6,15 +6,13 @@ ## Oesterreichische Bundesliga 2012/13 ## ## more info => http://bundesliga.at -bl = Event.create!( key: 'at.2012/13', - title: 'Ă–sterr. Bundesliga 2012/13', - start_at: Time.cet('2012-07-21 00:00'), - league: League.find_by_key!('at'), - season: Season.find_by_key!('2012/13')) +bl = Event.create!( league: League.find_by_key!('at'), + season: Season.find_by_key!('2012/13'), + start_at: Time.cet('2012-07-21 00:00')) ## 10 Bundeliga Teams team_keys_bl = [ 'salzburg', @@ -28,6 +26,8 @@ 'wrneustadt', 'wac' ] bl.add_teams_from_ary!( team_keys_bl ) -Prop.create!( key: 'db.at.2012/13.version', value: '1' ) + +## The End +################# \ No newline at end of file