diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-05 07:30:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | a72909d40ce4b10d8d5950bec8f52c8a561e4596 (patch) | |
tree | 160eaa679a2dcff61b1ca5b95c1a791e5b42726a /evolution/makefile | |
parent | 31b400b73be9aa98c0fd448423677db212667c43 (diff) |
Generate add/drop column migration statements
Diffstat (limited to 'evolution/makefile')
-rw-r--r-- | evolution/makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/evolution/makefile b/evolution/makefile index 3cead91..7560ec0 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -4,11 +4,13 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -tests := \ -add-table \ -drop-table \ -add-index \ -drop-index \ +tests := \ +add-table \ +drop-table \ +add-column \ +drop-column \ +add-index \ +drop-index \ template default := $(out_base)/ |