feat: seed default dataset sources
This commit is contained in:
@@ -8,6 +8,9 @@ func New(database *gorm.DB) error {
|
||||
if err := InitUser(tx); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := InitDataset(tx); err != nil {
|
||||
return err
|
||||
}
|
||||
return InitExpert(tx)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user