aboutsummaryrefslogtreecommitdiff
path: root/evolution/add-column/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'evolution/add-column/makefile')
-rw-r--r--evolution/add-column/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/evolution/add-column/makefile b/evolution/add-column/makefile
index 0447ad4..a49ff52 100644
--- a/evolution/add-column/makefile
+++ b/evolution/add-column/makefile
@@ -98,13 +98,13 @@ $(test): $(driver)
# Base schema.
$(call schema,$(out_base)/test3-002-pre.sql)
$(call schema,$(out_base)/test3-002-post.sql)
- $(call message,test $< base,$< --options-file $(dcf_root)/db.options 1)
+ $(call message,test $< base,$< --options-file $(dcf_root)/$(db_id).options 1)
# Migration.
$(call schema,$(out_base)/test3-003-pre.sql)
- $(call message,test $< migration,$< --options-file $(dcf_root)/db.options 2)
+ $(call message,test $< migration,$< --options-file $(dcf_root)/$(db_id).options 2)
$(call schema,$(out_base)/test3-003-post.sql)
# Current schema.
- $(call message,test $< current,$< --options-file $(dcf_root)/db.options 3)
+ $(call message,test $< current,$< --options-file $(dcf_root)/$(db_id).options 3)
# Clean.
#