fix domain

This commit is contained in:
Gregory Pradun
2021-03-22 13:03:56 +03:00
parent 5e2874c4b2
commit 11abdf1c04
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ update wp_blogs set domain = "prod-law.carta.live" where blog_id = 2 limit 1;
update wp_domain_mapping set domain = "prod-live.carta.live" where blog_id = 2 limit 1;
update wp_site set domain = "prod-law.carta.livem" where id =1 limit 1;
update wp_site set domain = "prod-law.carta.live" where id =1 limit 1;