mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Adjust OCS files regarding previous commit
This commit is contained in:
@@ -154,5 +154,10 @@
|
||||
sqlType = "INTEGER";
|
||||
allowsNull = YES;
|
||||
},
|
||||
{
|
||||
columnName = c_description;
|
||||
sqlType = "CLOB";
|
||||
allowsNull = YES;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@@ -154,5 +154,10 @@
|
||||
sqlType = "INT";
|
||||
allowsNull = YES;
|
||||
}
|
||||
{
|
||||
columnName = c_description;
|
||||
sqlType = "TEXT";
|
||||
allowsNull = YES;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user