aboutsummaryrefslogtreecommitdiff
path: root/evolution/drop-table
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-08 11:13:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:47 +0200
commitacd66db1ce8aa960b34710857ce990dd048cd3ae (patch)
tree05a355b8b2c0a9c40a54ab20d529188ee36ec34a /evolution/drop-table
parent0429c7b008594a874696f91c29b17ae4ee40efff (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')
-rw-r--r--evolution/drop-table/makefile2
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 \