Forked from SputterPuttRedux/update_call_source_partners.sql
Last active
November 11, 2015 21:28
-
-
Save robdimarco/d79af73cc15e22607e89 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE call_source_partners | |
SET affiliate_slug = params->>'affiliate_slug', category_id = (params->>'category_id')::integer; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment