diff --git a/db/test_config.go b/db/test_config.go index ebebac16f..068fcce6a 100644 --- a/db/test_config.go +++ b/db/test_config.go @@ -83,7 +83,6 @@ func InitTestDB() { db.AutoMigrate(&TextSnippet{}) db.AutoMigrate(&ConnectionCodesList{}) db.AutoMigrate(&TicketMessage{}) - db.AutoMigrate(&BountyCard{}) people := TestDB.GetAllPeople() for _, p := range people {