Adjust OCS files regarding previous commit

This commit is contained in:
Ludovic Marcotte
2015-05-13 10:51:12 -04:00
parent 5cf500d560
commit f8b7ebdaf8
2 changed files with 10 additions and 0 deletions
@@ -154,5 +154,10 @@
sqlType = "INTEGER";
allowsNull = YES;
},
{
columnName = c_description;
sqlType = "CLOB";
allowsNull = YES;
}
);
}
+5
View File
@@ -154,5 +154,10 @@
sqlType = "INT";
allowsNull = YES;
}
{
columnName = c_description;
sqlType = "TEXT";
allowsNull = YES;
}
);
}