diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-08 11:13:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:47 +0200 |
commit | acd66db1ce8aa960b34710857ce990dd048cd3ae (patch) | |
tree | 05a355b8b2c0a9c40a54ab20d529188ee36ec34a /evolution/drop-table/makefile | |
parent | 0429c7b008594a874696f91c29b17ae4ee40efff (diff) |
Generate add/drop foreign key migration statements
Also add the --fkeys-deferrable-mode option. General schemas generation
rework.
Diffstat (limited to 'evolution/drop-table/makefile')
-rw-r--r-- | evolution/drop-table/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/drop-table/makefile b/evolution/drop-table/makefile index be85fd6..def245e 100644 --- a/evolution/drop-table/makefile +++ b/evolution/drop-table/makefile @@ -42,7 +42,7 @@ gen := $(gen1) $(gen2) $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): odb_common_options = --database $(db_id) --generate-query \ ---generate-schema --omit-create --at-once --table-prefix evo_add_t_ +--generate-schema --omit-create --at-once --table-prefix evo_drop_t_ $(gen1) $(dist): export odb_options1 = $(odb_common_options) --schema-name \ test1 --init-changelog --suppress-migration $(gen2) $(dist): export odb_options2 = $(odb_common_options) --schema-name \ |