Removed gorm.model from all models.;

This commit is contained in:
2025-06-17 10:10:12 +10:00
parent c76a900b19
commit 746a492cd4
5 changed files with 0 additions and 15 deletions

View File

@@ -1,9 +1,6 @@
package models
import "gorm.io/gorm"
type DBSession struct {
gorm.Model
Ani string
Direction string
Dnis string