diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 19:08:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-21 20:05:46 +0200 |
commit | c8b6dcc696dc416658cc6ecdd51b64bd7dce9aed (patch) | |
tree | 15e8d7fbaa17d69d498ecfc40e9e0c61b49cd384 /common/const-object | |
parent | e39f1cf9f0c3f520c61e0b832cca78df715d658d (diff) |
Shorten table prefixes
Diffstat (limited to 'common/const-object')
-rw-r--r-- | common/const-object/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/const-object/makefile b/common/const-object/makefile index 768bd98..73d6715 100644 --- a/common/const-object/makefile +++ b/common/const-object/makefile @@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \ ---generate-query --table-prefix const_object_ +--generate-query --table-prefix consto_ $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) |