mirror of https://github.com/certd/certd
chore:
parent
4bda5b2167
commit
027991b253
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE cd_cname_provider ADD COLUMN user_id bigint;
|
||||
|
||||
update cd_cname_provider set user_id = 1;
|
||||
|
Loading…
Reference in New Issue