From e88ee0b91d795f3c3061c41e53e39c2b30707798 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jul 2012 12:13:39 +0200 Subject: Add support for defining indexes New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index. --- common/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/makefile') 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 \ -- cgit v1.1