diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-08 18:21:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-08 18:21:32 +0200 |
commit | 9208de71c16ce8d676f9da1b71020c12384018c9 (patch) | |
tree | aec987640aee52757f8a3140220379c428426469 /common/makefile | |
parent | 42123e65fab590f5b052f53ad755fba9bded0c24 (diff) |
Add schema_catalog::exists() function
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index 551a0f8..502690e 100644 --- a/common/makefile +++ b/common/makefile @@ -40,6 +40,7 @@ readonly \ relationship \ relationship-query \ schema/namespace \ +schema/embedded/basics \ schema/embedded/order \ session/cache \ template \ |