From 31b400b73be9aa98c0fd448423677db212667c43 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Thu, 4 Apr 2013 09:47:33 +0200
Subject: Generate add/drop index migration statements

---
 evolution/makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'evolution/makefile')

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)/
-- 
cgit v1.1