aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-24 17:09:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-24 17:09:37 +0200
commit30d724885ac09024f58f3f6e10cfddadfc10d2ce (patch)
tree94d475972a5262fba1153e25af3d4cb18e0b45aa /template
parent234fea21620a9689a42b8626813a3ec10587132f (diff)
Set more sane table prefix
Diffstat (limited to 'template')
-rw-r--r--template/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/makefile b/template/makefile
index 37e1f03..ad0431f 100644
--- a/template/makefile
+++ b/template/makefile
@@ -47,7 +47,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
---table-prefix @@CHANGE-THIS_
+--table-prefix template_ #@@ CHANGE THIS
$(gen): cpp_options := -I$(src_base)
$(gen): $(odb.l.cpp-options)