Skip to content

Instantly share code, notes, and snippets.

@ryandemmer
Created March 18, 2024 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandemmer/f9ac196b9ceb3c49b794e8c1cc20c52c to your computer and use it in GitHub Desktop.
Save ryandemmer/f9ac196b9ceb3c49b794e8c1cc20c52c to your computer and use it in GitHub Desktop.
Text Filter sql fix
UPDATE `abcd_extensions` SET `params` = '{"filters":{"1":{"filter_type":"NH","filter_tags":"","filter_attributes":""},"9":{"filter_type":"NH","filter_tags":"","filter_attributes":""},"6":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"7":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"2":{"filter_type":"NH","filter_tags":"","filter_attributes":""},"3":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"4":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"5":{"filter_type":"BL","filter_tags":"","filter_attributes":""},"8":{"filter_type":"NONE","filter_tags":"","filter_attributes":""}}}' WHERE `name` = 'com_config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment