diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-05 10:16:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | f0a8672c2128041001d6badba42ff672126581bb (patch) | |
tree | e22750f2dbaf8602c5d14565d93f5a7fa4232704 /evolution/makefile | |
parent | a72909d40ce4b10d8d5950bec8f52c8a561e4596 (diff) |
Generate alter column migration statements
Diffstat (limited to 'evolution/makefile')
-rw-r--r-- | evolution/makefile | 15 |
1 files changed, 8 insertions, 7 deletions
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)/ |