aboutsummaryrefslogtreecommitdiff
path: root/evolution/drop-table/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'evolution/drop-table/makefile')
-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 \