Skip to content

Commit 1487ada

Browse files
committed
Comments on newest Py script not in makefile.
1 parent 93bf2cf commit 1487ada

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

advanced/transform_temptables.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# usage:
2+
# Go to root directory of this repo.
3+
4+
# python ./advanced/transform_temptables.py Lung.sql > Lung_tt.sql
5+
6+
# ... and then do diff or move Lung_tt and Fobt_tt to overwrite
7+
# Lung.sql and Fobt.sql. This is not incorporated into makefile at
8+
# present, because it's designed to run once and only once, and then
9+
# git commit the result.
10+
111
import sys
212
import re
313
assert sys.version_info.major >= 3

0 commit comments

Comments
 (0)