We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4f70d commit 6ec1d59Copy full SHA for 6ec1d59
deployable.go
@@ -278,7 +278,7 @@ func (s *SchemaObject) Suffix() string {
278
return strings.Split(s.Name, "@")[1]
279
}
280
281
-// Return a list of sqlcode schemas have been uploaded to the database.
+// Return a list of sqlcode schemas that have been uploaded to the database.
282
// This includes all current and unused schemas.
283
func (d *Deployable) ListUploaded(ctx context.Context, dbc DB) []*SchemaObject {
284
objects := []*SchemaObject{}
0 commit comments