We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcdbfe commit 77b6942Copy full SHA for 77b6942
backend/migration/20251022141253_init_forum.go
@@ -34,6 +34,7 @@ func (m *initForum) Migrate(tx *gorm.DB) error {
34
Name: "默认板块",
35
DatasetID: dataset.SetID,
36
GroupIDs: gids,
37
+ RouteName: "default",
38
}
39
if err := tx.Create(&forum).Error; err != nil {
40
return err
0 commit comments