Improved background jobs
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/fatih/color"
|
||||
)
|
||||
|
||||
func main() {
|
||||
color.Yellow("Deleting all sessions...")
|
||||
arn.DB.DeleteTable("Session")
|
||||
color.Green("Finished.")
|
||||
}
|
Reference in New Issue
Block a user