forked from LiveCarta/LiveCartaWP
6 lines
220 B
SQL
6 lines
220 B
SQL
######FOR TEST PROD ENV
|
|
|
|
update wp_options set option_value = "https://prod-live.carta.live" where option_id = 1 limit 1;
|
|
update wp_options set option_value = "https://prod-live.carta.live" where option_id = 2 limit 1;
|
|
|