summaryrefslogtreecommitdiff
path: root/internal/db/bundb/basic.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-13 17:30:01 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-13 17:30:01 +0100
commitaee1932bd45aacf4790e1e3a307c01249558c99e (patch)
tree5555ff46a7c7f0ea69fd2168d26476238a560433 /internal/db/bundb/basic.go
parentmove to ssb gofed fork (#298) (diff)
downloadgotosocial-aee1932bd45aacf4790e1e3a307c01249558c99e.tar.xz
First db migration (#297)
* store first db schema * md linting *screams*
Diffstat (limited to 'internal/db/bundb/basic.go')
-rw-r--r--internal/db/bundb/basic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/db/bundb/basic.go b/internal/db/bundb/basic.go
index 464d40e3e..2ff8dcb9b 100644
--- a/internal/db/bundb/basic.go
+++ b/internal/db/bundb/basic.go
@@ -21,6 +21,7 @@ package bundb
import (
"context"
"errors"
+
"github.com/sirupsen/logrus"
"github.com/superseriousbusiness/gotosocial/internal/config"