Advertisement
Guest User

Rodar isso antes do proximo deploy e guardar o resultado

a guest
Jan 6th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. select concat('update friend_campaigns set market_chain_id = ', m.market_chain_id, ' where id = ',f.id,';')
  2. from friend_campaigns f
  3. join markets m on f.market_id = m.id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement