mirror of https://github.com/sipwise/db-schema.git
Used for generating client certs to be used as API key.agranig/peering-route
parent
6726d8eb46
commit
48d62c5a3a
@ -0,0 +1,5 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE `billing`.`admins`
|
||||
DROP COLUMN `ssl_client_m_serial`,
|
||||
DROP INDEX `ssl_client_m_serial_UNIQUE`;
|
Loading…
Reference in new issue