mirror of
https://github.com/wisplite/raster.git
synced 2026-05-01 06:32:44 -05:00
add file upload logic (it's kinda broken rn)
This commit is contained in:
@@ -23,6 +23,7 @@ func Init() bool {
|
||||
&models.User{},
|
||||
&models.AccessToken{},
|
||||
&models.UserAlbumAccess{},
|
||||
&models.Media{},
|
||||
)
|
||||
if err != nil {
|
||||
log.Fatal("failed to migrate database: ", err)
|
||||
|
||||
Reference in New Issue
Block a user