main
Nilo Roberto C Paim 2025-12-05 23:32:29 -03:00
parent b77ec7881b
commit 6c622900d3
1 changed files with 4 additions and 4 deletions

View File

@ -218,10 +218,10 @@ type Canal struct {
Servidor Servidor `gorm:"foreignKey:ServidorID;references:ID"`
}
// // TableName overrides the table name
// func (Channel) TableName() string {
// return "channels"
// }
// TableName overrides the table name
func (Canal) TableName() string {
return "canal"
}
// // TransmissionLog represents the transmissionlog table in the database
// type TransmissionLog struct {