Files
LiveCartaWP/environments/new_prod_tmp_domains/domain_db_fix_casecarta.sql
2022-11-08 10:20:27 +03:00

5 lines
205 B
SQL

######FOR TEST PROD ENV
update wp_options set option_value = "https://casecarta.com" where option_id = 1 limit 1;
update wp_options set option_value = "https://casecarta.com" where option_id = 2 limit 1;