diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-04 09:47:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | 31b400b73be9aa98c0fd448423677db212667c43 (patch) | |
tree | 3f8d522d700ab6234da43211e27c136e740ab002 /evolution/makefile | |
parent | 516523183fad016a26c7400d784eb9c0343b7964 (diff) |
Generate add/drop index migration statements
Diffstat (limited to 'evolution/makefile')
-rw-r--r-- | evolution/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evolution/makefile b/evolution/makefile index f9e1d25..3cead91 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -7,6 +7,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ add-table \ drop-table \ +add-index \ +drop-index \ template default := $(out_base)/ |