aboutsummaryrefslogtreecommitdiff
path: root/dbinit/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-04-11 14:38:00 +0200
committerlonkaars <loek@pipeframe.xyz>2023-04-11 14:38:00 +0200
commit31745c0620869795b76514e48ccdb9b75ee0ba77 (patch)
tree6159513bc52b9357d8979277d583a130844cf670 /dbinit/makefile
parent81b3c4897c48a443b8488724a2a0b23239ce2381 (diff)
add vwFastestlapMemberIDHEADmaster
Diffstat (limited to 'dbinit/makefile')
-rw-r--r--dbinit/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbinit/makefile b/dbinit/makefile
index 1f07ca9..7f60a31 100644
--- a/dbinit/makefile
+++ b/dbinit/makefile
@@ -22,7 +22,7 @@ base.sql: reset.sql init.sql
cat $^ > $@
data.sql:
- ./import.py 2017 2020 > $@
+ ./import.py 2021 2024 2 > $@
full.sql: base.sql data.sql views.sql functions.sql procedures.sql triggers.sql update.sql
cat $^ > $@