debug
parent
b77ec7881b
commit
6c622900d3
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue