From b300ad869f424cdd26bcfc78635a27656836ca96 Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Wed, 12 Jun 2024 09:13:05 +0300 Subject: Feat: add cron and defaults table --- internal/database/repos/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/database/repos/main.go') diff --git a/internal/database/repos/main.go b/internal/database/repos/main.go index 25eeec4..72860dd 100644 --- a/internal/database/repos/main.go +++ b/internal/database/repos/main.go @@ -7,6 +7,7 @@ import ( type FullRepo interface { ActionRepo UserScoreRepo + DefaultsRepo } type Provider struct { -- cgit v1.2.3