From b52f329310cc4abaf2c85e3abc498b3b8a39f47d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 10 Apr 2023 18:42:14 +0200 Subject: fix multiple year data imports --- dbinit/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbinit/makefile') diff --git a/dbinit/makefile b/dbinit/makefile index 6964dd0..1f07ca9 100644 --- a/dbinit/makefile +++ b/dbinit/makefile @@ -22,7 +22,7 @@ base.sql: reset.sql init.sql cat $^ > $@ data.sql: - ./import.py 2018 > $@ + ./import.py 2017 2020 > $@ full.sql: base.sql data.sql views.sql functions.sql procedures.sql triggers.sql update.sql cat $^ > $@ -- cgit v1.2.3