From 0ea0a776664c02716f693171a0e787266bdd1c68 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 13 May 2015 10:55:17 -0400 Subject: [PATCH] fixed typo in previous commit --- SOPE/GDLContentStore/appointment.ocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/appointment.ocs b/SOPE/GDLContentStore/appointment.ocs index ce909e87a..af05f9487 100644 --- a/SOPE/GDLContentStore/appointment.ocs +++ b/SOPE/GDLContentStore/appointment.ocs @@ -153,7 +153,7 @@ columnName = c_nextalarm; sqlType = "INT"; allowsNull = YES; - } + }, { columnName = c_description; sqlType = "TEXT";