mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
basic account gating
This commit is contained in:
@@ -24,6 +24,7 @@ func Init() bool {
|
||||
&models.AccessToken{},
|
||||
&models.UserAlbumAccess{},
|
||||
&models.Media{},
|
||||
&models.Settings{},
|
||||
)
|
||||
if err != nil {
|
||||
log.Fatal("failed to migrate database: ", err)
|
||||
|
||||
Reference in New Issue
Block a user