Skip to content

Instantly share code, notes, and snippets.

@dasginganinja
Created September 19, 2023 19:14
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 dasginganinja/2b059df1f3afcb95780c25ebeab7ff04 to your computer and use it in GitHub Desktop.
Save dasginganinja/2b059df1f3afcb95780c25ebeab7ff04 to your computer and use it in GitHub Desktop.
Drupal 10+ - Check the Generate URL box for all nodes. This was previously stored in pathauto_state in Drupal 7.
UPDATE `key_value` SET value = 'i:1;' WHERE `collection` LIKE 'pathauto_state.node' AND value LIKE '%:0;%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment