entc/gen: singularize feature flag name for versioned migrations (#2350)

This commit is contained in:
MasseElch
2022-02-21 20:06:32 +01:00
committed by GitHub
parent d53b271917
commit d80f7cc41a
4 changed files with 8 additions and 8 deletions

View File

@@ -4,4 +4,4 @@
package versioned
//go:generate go run -mod=mod entgo.io/ent/cmd/ent generate --feature sql/versioned-migrations --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema
//go:generate go run -mod=mod entgo.io/ent/cmd/ent generate --feature sql/versioned-migration --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema