diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-24 17:09:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-08-24 17:09:37 +0200 |
commit | 30d724885ac09024f58f3f6e10cfddadfc10d2ce (patch) | |
tree | 94d475972a5262fba1153e25af3d4cb18e0b45aa | |
parent | 234fea21620a9689a42b8626813a3ec10587132f (diff) |
Set more sane table prefix
-rw-r--r-- | template/makefile | 2 |
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) |