From 28ddf2c531dce2c9950178640b15638e1d0ef994 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <jose.carlos@menteslibres.net>
Date: Mon, 13 Jul 2015 21:35:54 -0500
Subject: [PATCH] PostgreSQL: Removing unused field.

---
 postgresql/collection.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/postgresql/collection.go b/postgresql/collection.go
index 76b39a2f..c52e6ef9 100644
--- a/postgresql/collection.go
+++ b/postgresql/collection.go
@@ -36,7 +36,6 @@ import (
 type table struct {
 	sqlutil.T
 	*database
-	primaryKey string
 }
 
 var _ = db.Collection(&table{})
-- 
GitLab