db/de/2012_13/bl.rb in sportdb-0.8.1 vs db/de/2012_13/bl.rb in sportdb-0.9.0
- old
+ new
@@ -6,15 +6,13 @@
## Deutsche Bundesliga 2012/13
##
## more info => http://bundesliga.de
-bl = Event.create!( key: 'de.2012/13',
- title: 'Deutsche Bundesliga 2012/13',
- start_at: Time.cet('2012-07-21 00:00'),
- league: League.find_by_key!('de'),
- season: Season.find_by_key!('2012/13') )
+bl = Event.create!( league: League.find_by_key!('de'),
+ season: Season.find_by_key!('2012/13'),
+ start_at: Time.cet('2012-07-21 00:00'))
team_keys_bl = [
'bayern',
'frankfurt',
'schalke',
@@ -34,7 +32,7 @@
'wolfsburg',
'fuerth' ]
bl.add_teams_from_ary!( team_keys_bl )
-
-Prop.create!( key: 'db.de.2012/13.version', value: '1' )
+## The End
+#################
\ No newline at end of file