diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 07:35:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 09:58:53 +0200 |
commit | 40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (patch) | |
tree | 5157fe5db532ec91b0c06ce5f81d4e92444b7fe9 /evolution/makefile | |
parent | 502926d96b0b5d79dc639b8388fbf19b11cda277 (diff) |
Add support for schema version table
Diffstat (limited to 'evolution/makefile')
-rw-r--r-- | evolution/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evolution/makefile b/evolution/makefile index 9406d55..98816a3 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -15,6 +15,8 @@ drop-foreign-key \ add-index \ drop-index \ combined \ +embedded \ +version \ template default := $(out_base)/ |