Skip to content

Instantly share code, notes, and snippets.

@heathdutton
Created March 18, 2019 15:19
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 heathdutton/673afac6f57f75cc5d38af887c69f7eb to your computer and use it in GitHub Desktop.
Save heathdutton/673afac6f57f75cc5d38af887c69f7eb to your computer and use it in GitHub Desktop.
Delete default widgets in mautic core so that they fall back to default.json contents
DELETE FROM widgets WHERE type IN ('created.leads.in.time','page.hits.in.time','submissions.in.time','recent.activity','upcoming.emails','created.leads.in.time','map.of.leads','top.lists','page.hits.in.time','emails.in.time','unique.vs.returning.leads','ignored.vs.read.emails','anonymous.vs.identified.leads','dwell.times','recent.activity','upcoming.emails');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment