basic account gating

This commit is contained in:
2026-02-19 22:51:44 -06:00
parent f6b4263faf
commit 1752d435df
3 changed files with 8 additions and 6 deletions
+1
View File
@@ -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)