mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
dialect/sql/schema: add schema dump command (#4296)
* dialect/sql/schema: add schema dump command * entc/gen/template: drop build flag from generated globalid.go
This commit is contained in:
@@ -22,8 +22,6 @@ const Schema = {{ .SchemaSnapshot }}
|
||||
|
||||
{{ with $.Header }}{{ . }}{{ else }}// Code generated by ent, DO NOT EDIT.{{ end }}
|
||||
|
||||
// +build tools
|
||||
|
||||
package internal
|
||||
|
||||
const IncrementStarts = {{ .Annotations.IncrementStarts | json | quote }}
|
||||
|
||||
Reference in New Issue
Block a user