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

4 lines
203 B
SQL

######FOR QA ENV
update wp_options set option_value = "https://qa.livecarta.com" where option_id = 1 limit 1;
update wp_options set option_value = "https://qa.livecarta.com" where option_id = 2 limit 1;