remove crudbase from artist
This commit is contained in:
@@ -13,7 +13,6 @@ import (
|
|||||||
|
|
||||||
type Artist struct {
|
type Artist struct {
|
||||||
IDBase
|
IDBase
|
||||||
CrudBase
|
|
||||||
Name string `gorm:"not null; unique_index"`
|
Name string `gorm:"not null; unique_index"`
|
||||||
Folders []Folder
|
Folders []Folder
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user