From 6e2056f5b456fca3850d8645aac45cefb6c31f38 Mon Sep 17 00:00:00 2001 From: Dale Hui Date: Fri, 5 Apr 2019 23:25:57 -0700 Subject: [PATCH] Include firebird db driver in default builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1afc22..4122661 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SOURCE ?= file go_bindata github aws_s3 google_cloud_storage godoc_vfs gitlab -DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb clickhouse mongodb +DATABASE ?= postgres mysql redshift cassandra spanner cockroachdb clickhouse mongodb firebird VERSION ?= $(shell git describe --tags 2>/dev/null | cut -c 2-) TEST_FLAGS ?= REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)")