From 30d724885ac09024f58f3f6e10cfddadfc10d2ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Aug 2011 17:09:37 +0200 Subject: Set more sane table prefix --- template/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1