From 0bedf6c2353027436a40a385f16847c3a37d406b Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 26 Oct 2011 17:13:31 +0200 Subject: Shorten inheritance test table prefix to avoid name collisions --- common/inheritance/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/inheritance') 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) -- cgit v1.1