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 1 year ago

2 Commits (main)

Author SHA1 Message Date
Jan Dittberner ae4f01bcbe Merge branch 'main' into bugfix/1548-proper-type-for-orgdomain-insert 1 year ago
Jan Dittberner 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.
1 year ago