forked from LiveCarta/LiveCartaWP
5 lines
212 B
SQL
5 lines
212 B
SQL
######FOR TEST DEV ENV
|
|
|
|
update wp_options set option_value = "https://dev.livecarta.com" where option_id = 1 limit 1;
|
|
update wp_options set option_value = "https://dev.livecarta.com" where option_id = 2 limit 1;
|