You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15325.up

7 lines
175 B

USE billing;
ALTER TABLE admins ADD COLUMN saltedpass CHAR(54) DEFAULT NULL AFTER md5pass;
-- clear all stored client certs
UPDATE admins SET ssl_client_certificate = NULL;