diff options
Diffstat (limited to 'evolution/drop-foreign-key')
-rw-r--r-- | evolution/drop-foreign-key/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/drop-foreign-key/makefile b/evolution/drop-foreign-key/makefile index 6082e0f..97509a6 100644 --- a/evolution/drop-foreign-key/makefile +++ b/evolution/drop-foreign-key/makefile @@ -87,8 +87,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) |