aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-26 17:13:31 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-26 17:16:04 +0200
commit0bedf6c2353027436a40a385f16847c3a37d406b (patch)
treefc822f4bd88b402cd37eff61d25f3dab123cdd23 /common/inheritance
parent979a4e0b2112e274de1281615672d97c36a48de9 (diff)
Shorten inheritance test table prefix to avoid name collisions
Diffstat (limited to 'common/inheritance')
-rw-r--r--common/inheritance/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inheritance/makefile b/common/inheritance/makefile
index 6f6675e..4e95c68 100644
--- a/common/inheritance/makefile
+++ b/common/inheritance/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 t_inheritance_
+--generate-query --table-prefix inherit_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)