Adjust OCS files regarding previous commit

pull/85/head
Ludovic Marcotte 2015-05-13 10:51:12 -04:00
parent 5cf500d560
commit f8b7ebdaf8
2 changed files with 10 additions and 0 deletions

View File

@ -154,5 +154,10 @@
sqlType = "INTEGER";
allowsNull = YES;
},
{
columnName = c_description;
sqlType = "CLOB";
allowsNull = YES;
}
);
}

View File

@ -154,5 +154,10 @@
sqlType = "INT";
allowsNull = YES;
}
{
columnName = c_description;
sqlType = "TEXT";
allowsNull = YES;
}
);
}