Reorganize & Add DB Bootstrapping

This commit is contained in:
2021-01-12 17:06:27 -05:00
parent bc3b437ebc
commit fe932de37e
7 changed files with 49 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ type User struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
AuthType string `json:"auth_type"`
HashedPassword string `json:"hashed_password"`
Password string `json:"password"`
}
type MediaItem struct {