lib/sportdb/deleter.rb in sportdb-1.8.26 vs lib/sportdb/deleter.rb in sportdb-1.8.27
- old
+ new
@@ -8,9 +8,16 @@
include SportDb::Models
def run
# for now delete all tables
+ ## stats
+ AlltimeStandingEntry.delete_all
+ AlltimeStanding.delete_all
+ GroupStandingEntry.delete_all
+ GroupStanding.delete_all
+
+
Goal.delete_all
Record.delete_all
Game.delete_all
Event.delete_all
\ No newline at end of file