Use integer values for type when inserting into ordomaincerts #3

Merged
jandd merged 2 commits from bugfix/1548-proper-type-for-orgdomain-insert into main 2023-07-17 16:46:14 +00:00

2 commits

Author SHA1 Message Date
ae4f01bcbe Merge branch 'main' into bugfix/1548-proper-type-for-orgdomain-insert 2023-07-16 20:27:16 +00:00
bdb30f8898 Use integer values for type when inserting into ordomaincerts
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.
2023-07-14 18:06:10 +02:00