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