From e5df4d02dad94caaaae590ac6ea803a44d6179ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Feb 2013 10:03:20 +0200 Subject: Shorten table prefix for Oracle --- common/inheritance/polymorphism/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/inheritance/polymorphism') diff --git a/common/inheritance/polymorphism/makefile b/common/inheritance/polymorphism/makefile index 744c688..fe09af6 100644 --- a/common/inheritance/polymorphism/makefile +++ b/common/inheritance/polymorphism/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 --generate-prepared --table-prefix inherit_p_ +--generate-query --generate-prepared --table-prefix inhrt_p_ $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) -- cgit v1.1