From ee88077eb90bc7f7f800fa04e78bf055fc552cd9 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 7 Mar 2023 16:57:14 +0100 Subject: format db init sql file and add scaffold for data import code --- dbinit/makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dbinit/makefile (limited to 'dbinit/makefile') diff --git a/dbinit/makefile b/dbinit/makefile new file mode 100644 index 0000000..d6ab70e --- /dev/null +++ b/dbinit/makefile @@ -0,0 +1,5 @@ +dbinit.sql: base.sql data.sql + cat $^ > $@ + +data.sql: + ./import.py > $@ -- cgit v1.2.3