diff options
author | 2021-09-30 11:16:23 +0200 | |
---|---|---|
committer | 2021-09-30 11:16:23 +0200 | |
commit | 231075f28df55bfb622f54859f858528445cae0c (patch) | |
tree | ffdc27f31646d10e35902087fa6c703bc49bfc82 /internal/db/bundb/bundb.go | |
parent | handle remote account deletion more systematically (#254) (diff) | |
download | gotosocial-231075f28df55bfb622f54859f858528445cae0c.tar.xz |
Golint (#255)
Diffstat (limited to 'internal/db/bundb/bundb.go')
-rw-r--r-- | internal/db/bundb/bundb.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/db/bundb/bundb.go b/internal/db/bundb/bundb.go index e1879f247..e6ebe5d88 100644 --- a/internal/db/bundb/bundb.go +++ b/internal/db/bundb/bundb.go @@ -45,6 +45,8 @@ import ( "github.com/uptrace/bun/dialect/pgdialect" "github.com/uptrace/bun/dialect/sqlitedialect" "github.com/uptrace/bun/migrate" + + // blank import for the sqlite driver for bun _ "modernc.org/sqlite" ) |