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/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/add-column/makefile b/evolution/add-column/makefile
index 62d3aa9..f6dd0f3 100644
--- a/evolution/add-column/makefile
+++ b/evolution/add-column/makefile
@@ -86,8 +86,8 @@ $(dist):
#
$(test): $(driver)
# Drop everything.
- $(call schema,$(out_base)/test1.sql)
$(call schema,$(out_base)/test2.sql)
+ $(call schema,$(out_base)/test1.sql)
# Base schema (-post is always empty).
$(call schema,$(out_base)/test2-002-pre.sql)
$(call message,test $< base,$< --options-file $(dcf_root)/db.options 1)