aboutsummaryrefslogtreecommitdiff
path: root/mysql/template/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/template/makefile')
-rw-r--r--mysql/template/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql/template/makefile b/mysql/template/makefile
index 5964b0a..e51c862 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -35,7 +35,8 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database mysql --generate-schema
+$(gen) $(dist): export odb_options += --database mysql --generate-schema \
+--table-prefix mysql_template_ #@@ CHANGE THIS
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)