Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stegar123 authored and fdurand committed Mar 7, 2025
1 parent e85f12b commit d742ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/pf-schema-14.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ CREATE TABLE `pki_certs` (
`alert` tinyint(1) DEFAULT 0,
`subject` longtext DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `cn_serial` (`cn`,`serial_number`) USING HASH,
UNIQUE KEY `cn_serial` (`cn`(127),`serial_number`(127)) USING HASH,
KEY `ca_id` (`ca_id`),
KEY `ca_name` (`ca_name`),
KEY `profile_name` (`profile_name`),
Expand Down

0 comments on commit d742ca3

Please sign in to comment.