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"` Servidor Servidor `gorm:"foreignKey:ServidorID;references:ID"`
} }
// // TableName overrides the table name // TableName overrides the table name
// func (Channel) TableName() string { func (Canal) TableName() string {
// return "channels" return "canal"
// } }
// // TransmissionLog represents the transmissionlog table in the database // // TransmissionLog represents the transmissionlog table in the database
// type TransmissionLog struct { // type TransmissionLog struct {