Skip to content

Commit e46c29a

Browse files
smowtonowen-mc
authored andcommitted
Update dbscheme.go
1 parent 2ef1743 commit e46c29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/dbscheme/dbscheme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ func AddDefaultSnippet(snippet string) bool {
410410

411411
// PrintDbScheme prints the schema of this database to the writer `w`
412412
func PrintDbScheme(w io.Writer) {
413-
fmt.Fprintf(w, "/** Auto-generated dbscheme; do not edit. */\n\n")
413+
fmt.Fprintf(w, "/** Auto-generated dbscheme; do not edit. Run `go-gen-dbscheme` or `make ql/lib/go.dbscheme` to regenerate. */\n\n")
414414
for _, snippet := range defaultSnippets {
415415
fmt.Fprintf(w, "%s\n", snippet)
416416
}

0 commit comments

Comments
 (0)