TYPO3: migrate tx_robots to tx_seo

revision 33a9ef86dd70c6a7fee0aef7275f9de8f25a36b0

raw

migrate.sql

1
2
3
UPDATE `pages` SET no_index = 1 WHERE `tx_robots_flags` IN (1, 3);
UPDATE `pages` SET no_follow = 1 WHERE `tx_robots_flags` IN (2, 3);
 

History