chore: remove remaining QuoteForge/qfs references

This commit is contained in:
2026-02-07 21:49:32 +03:00
parent 641bc5614f
commit bf5dce9f18
10 changed files with 24 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ func AllModels() []interface{} {
}
}
// Migrate runs auto-migration for all QuoteForge tables
// Migrate runs auto-migration for all PriceForge tables
// Handles MySQL constraint errors gracefully for existing tables
func Migrate(db *gorm.DB) error {
for _, model := range AllModels() {