mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
fix cleanupDiva
This commit is contained in:
@@ -19,6 +19,8 @@ import (
|
||||
func cleanupDiva(s *Session) {
|
||||
s.server.db.Exec(`DELETE FROM events WHERE event_type='diva'`)
|
||||
s.server.db.Exec(`DELETE FROM diva_beads`)
|
||||
s.server.db.Exec(`DELETE FROM diva_beads_assignment`)
|
||||
s.server.db.Exec(`DELETE FROM diva_beads_points`)
|
||||
}
|
||||
|
||||
func generateDivaTimestamps(s *Session, start uint32, debug bool) []uint32 {
|
||||
|
||||
Reference in New Issue
Block a user