mirror of https://github.com/sipwise/db-schema.git
parent
df0d4c7809
commit
27b134a4bb
@ -0,0 +1,3 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE admins DROP COLUMN ssl_client_certificate;
|
@ -0,0 +1,3 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE admins ADD COLUMN ssl_client_certificate TEXT DEFAULT NULL;
|
Loading…
Reference in new issue