From 1039f13f5586c169bc5a2be16d326b43691be55b Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 29 Jun 2018 13:17:15 -0400 Subject: [PATCH] (fix) fixed SQL type for autocreation --- SOPE/GDLContentStore/contact.ocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/contact.ocs b/SOPE/GDLContentStore/contact.ocs index 1180b6b2d..9996cea7b 100644 --- a/SOPE/GDLContentStore/contact.ocs +++ b/SOPE/GDLContentStore/contact.ocs @@ -106,7 +106,7 @@ }, { columnName = c_hascertificate; - sqlType = "INT"; + sqlType = "INT4"; allowsNull = YES; }, );