// Best-effort: ensure schemas exist and are up-to-date (adds new columns)
iferr:=dbInstance.AutoMigrate(
&models.Settings{},
&models.User{},
&models.Article{},
&models.ScoreboardState{},
&models.CompetitionAlias{},
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.