Add missing import.

This commit is contained in:
Nick Barrett 2021-09-17 10:58:26 -04:00
parent 5571037c29
commit e76923481d
No known key found for this signature in database
GPG Key ID: 31F23F2CF354937B

View File

@ -29,6 +29,8 @@ import (
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"gorm.io/gorm/schema"
"github.com/karmanyaahm/matrix-groupme-go/database/upgrades"
)
type Database struct {