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. --- pgsql/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'pgsql/makefile') diff --git a/pgsql/makefile b/pgsql/makefile index 852e017..702825a 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ custom \ +index \ native \ truncation \ types -- cgit v1.1