diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-03-26 13:03:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | a8dfcfcff2534695ae19015fd33cb26fd2fb88c6 (patch) | |
tree | dee11b6c915aa42f694b0b06e4342f5c427b8212 /common/changelog/makefile | |
parent | 15c6024da6a15e2d6e3302e4df375092959edbe2 (diff) |
Add changelog support for add, drop, and later column
Diffstat (limited to 'common/changelog/makefile')
-rw-r--r-- | common/changelog/makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/common/changelog/makefile b/common/changelog/makefile index 0819616..1349509 100644 --- a/common/changelog/makefile +++ b/common/changelog/makefile @@ -4,7 +4,13 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -odb_hdr := model.hxx add-table.hxx drop-table.hxx +odb_hdr := \ +model.hxx \ +add-table.hxx \ +drop-table.hxx \ +add-column.hxx \ +drop-column.hxx \ +alter-column.hxx common.l.cpp-options := $(out_root)/libcommon/common/common.l.cpp-options |