bugfix/1548-proper-type-for-orgdomain-insert
main
MySQL tolerated INSERTs of an empty string in the type column of the ordomaincerts table. This commit uses an integer value of 0 as default instead to ensure that MariaDB with strict settings accepts the INSERT too.