mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
10 lines
227 B
MySQL
10 lines
227 B
MySQL
![]() |
ALTER TABLE `certificate`
|
||
|
DROP KEY `pki_realm_2`,
|
||
|
ADD KEY `pki_realm_req_key` (`pki_realm`,`req_key`),
|
||
|
ADD KEY `req_key` (`req_key`);
|
||
|
|
||
|
ALTER TABLE `csr_attributes`
|
||
|
ADD KEY `pki_realm_req_key` (`pki_realm`,`req_key`);
|
||
|
|
||
|
|