aboutsummaryrefslogtreecommitdiff
path: root/dbinit/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-24 11:28:35 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-24 11:28:35 +0100
commit7567984ca753c5a01fd8c5310e5aac5ef39a6fbc (patch)
tree4f1ebf0fe530331ca1a70e4217fc1a8e8dbd576f /dbinit/makefile
parente4db9a7af3741cd18acf864c080fd3c59fc2f96c (diff)
implement udfTotalDistance
Diffstat (limited to 'dbinit/makefile')
-rw-r--r--dbinit/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbinit/makefile b/dbinit/makefile
index d412570..9e5d5d4 100644
--- a/dbinit/makefile
+++ b/dbinit/makefile
@@ -4,6 +4,8 @@ HOST = localhost
.PHONY: clean permissions init data procedures full
+all: full
+
# delete old tables and create new tables
init: base.sql
$(SQL) < $<
@@ -23,7 +25,7 @@ full: full.sql
base.sql: reset.sql init.sql
cat $^ > $@
-full.sql: reset.sql init.sql demo.sql views.sql procedures.sql
+full.sql: reset.sql init.sql demo.sql views.sql functions.sql procedures.sql
cat $^ > $@
data.sql: