aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-25 12:13:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-25 12:13:39 +0200
commite88ee0b91d795f3c3061c41e53e39c2b30707798 (patch)
treee5f6e183db178c4e00a62c8682721db190e76059 /common/makefile
parentfa31e7c6a729a5e9772bfd775d19501996652f30 (diff)
Add support for defining indexes
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile
index cb033a8..464466a 100644
--- a/common/makefile
+++ b/common/makefile
@@ -20,6 +20,7 @@ default \
enum \
erase-query \
include \
+index \
inheritance \
inverse \
lazy-ptr \