From 649c1abcceab97c8ece976cc30bab0e3aaa3be54 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 17 Sep 2013 12:01:47 +0200 Subject: Add schema name to changelog --- evolution/template/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evolution/template/makefile') diff --git a/evolution/template/makefile b/evolution/template/makefile index 1911ea8..92b2ba7 100644 --- a/evolution/template/makefile +++ b/evolution/template/makefile @@ -41,7 +41,7 @@ $(gen) $(dist): odb_common_options = --generate-query \ $(gen): odb_common_options += --database $(db_id) $(gen1) $(dist): export odb_options1 = $(odb_common_options) --init-changelog $(gen2) $(dist): export odb_options2 = $(odb_common_options) --omit-create \ ---schema-name 2 --suppress-migration +--suppress-migration $(gen3) $(dist): export odb_options3 = $(odb_common_options) --omit-create $(gen1): odb_options += $(odb_options1) --changelog $(out_base)/model.xml $(gen2): odb_options += $(odb_options2) --changelog $(out_base)/model.xml -- cgit v1.1