From f0a8672c2128041001d6badba42ff672126581bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Apr 2013 10:16:48 +0200 Subject: Generate alter column migration statements --- evolution/makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'evolution/makefile') diff --git a/evolution/makefile b/evolution/makefile index 7560ec0..6c38b0f 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -4,13 +4,14 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -tests := \ -add-table \ -drop-table \ -add-column \ -drop-column \ -add-index \ -drop-index \ +tests := \ +add-table \ +drop-table \ +add-column \ +drop-column \ +alter-column \ +add-index \ +drop-index \ template default := $(out_base)/ -- cgit v1.1