mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
(fix) fixed SQL type for autocreation
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
},
|
||||
{
|
||||
columnName = c_hascertificate;
|
||||
sqlType = "INT";
|
||||
sqlType = "INT4";
|
||||
allowsNull = YES;
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user