add: db migrations & update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-25 19:22:57 -05:00
parent 45cef2f4af
commit 0bbd5986cb
8 changed files with 296 additions and 167 deletions

View File

@@ -63,8 +63,6 @@ func (s *Server) StartServer(wg *sync.WaitGroup, done <-chan struct{}) {
defer wg.Done()
defer ticker.Stop()
s.RunScheduledTasks()
for {
select {
case <-ticker.C: