blegh
This commit is contained in:
parent
07d98d1ef5
commit
7ec0ce5a45
2 changed files with 20 additions and 17 deletions
|
@ -39,7 +39,7 @@ func storageFromEmptyDb(db *gorm.DB, cache *cache.Cache) (*Storage, error) {
|
|||
// AutoMigrate ensures the db is in a state where all the structs given here
|
||||
// have their own tables and relations setup. It also updates tables if necessary
|
||||
err := db.AutoMigrate(
|
||||
MediaFile{},
|
||||
MediaMetadata{},
|
||||
Account{},
|
||||
RemoteServer{},
|
||||
Note{},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue