diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-08 15:41:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:47 +0200 |
commit | f57a6e7a73e425c2301e62b49c728c12ee801bcc (patch) | |
tree | 8d362157ddd60c7f9dca45ec9d294518f975cd81 /evolution/makefile | |
parent | acd66db1ce8aa960b34710857ce990dd048cd3ae (diff) |
Add combined schema evolution test
Diffstat (limited to 'evolution/makefile')
-rw-r--r-- | evolution/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evolution/makefile b/evolution/makefile index 867fd3e..9406d55 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -14,6 +14,7 @@ add-foreign-key \ drop-foreign-key \ add-index \ drop-index \ +combined \ template default := $(out_base)/ |