DESKTOP-53URE31\USER vor 8 Monaten
Ursprung
Commit
56adee64be
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ent/schema/batch_msg.go

+ 1 - 1
ent/schema/batch_msg.go

@@ -46,6 +46,6 @@ func (BatchMsg) Indexes() []ent.Index {
 func (BatchMsg) Annotations() []schema.Annotation {
 func (BatchMsg) Annotations() []schema.Annotation {
 	return []schema.Annotation{
 	return []schema.Annotation{
 		entsql.WithComments(true),
 		entsql.WithComments(true),
-		entsql.Annotation{Table: "batch_msgs"},
+		entsql.Annotation{Table: "batch_msg"},
 	}
 	}
 }
 }