mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore:
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE cd_cname_provider ADD COLUMN user_id bigint;
|
||||
|
||||
update cd_cname_provider set user_id = 1;
|
||||
|
||||
Reference in New Issue
Block a user