Skip to content

Commit d93fd00

Browse files
committed
python: Add dbscheme regeneration instructions
1 parent e430aa9 commit d93fd00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/extractor/semmle/dbscheme_gen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def write(nodes, out):
6262

6363
HEADER = '''/*
6464
* This dbscheme is auto-generated by '%s'.
65+
* Run "make dbscheme" in python/extractor/ to regenerate.
6566
* WARNING: Any modifications to this file will be lost.
6667
* Relations can be changed by modifying master.py or
6768
* by adding rules to dbscheme.template

0 commit comments

Comments
 (0)