First db migration (#297)

* store first db schema

* md linting *screams*
This commit is contained in:
tobi
2021-11-13 17:30:01 +01:00
committed by GitHub
parent 09ef9e639e
commit aee1932bd4
28 changed files with 1114 additions and 39 deletions

View File

@@ -21,6 +21,7 @@ package bundb
import (
"context"
"errors"
"github.com/sirupsen/logrus"
"github.com/superseriousbusiness/gotosocial/internal/config"