Files
LiveCartaWP/environments/dev_amazon/domain_db_fix.sql
2022-11-04 13:56:40 +03:00

5 lines
220 B
SQL

######FOR TEST DEV ENV
update wp_options set option_value = "https://doc-dev.livecarta.com" where option_id = 1 limit 1;
update wp_options set option_value = "https://doc-dev.livecarta.com" where option_id = 2 limit 1;