refactor: Rename tables
This commit is contained in:
@@ -31,7 +31,7 @@ type Service struct {
|
||||
}
|
||||
|
||||
func (Service) TableName() string {
|
||||
return "service"
|
||||
return "services"
|
||||
}
|
||||
|
||||
func (s Service) CountLastStatuses(status StatusCode) uint {
|
||||
|
||||
Reference in New Issue
Block a user