Closed boboldehampsink closed 4 months ago
The install migration for the Craft 3 version of Retour does create the table retour_static_redirects
-> https://github.com/nystudio107/craft-retour/blob/v3/src/migrations/Install.php#L108
Are you for some reason not seeing that table in your install?
Yeah it's not there. Also when upping this project with existing project config, it's not created. I am using PostgreSQL.
Well Project Config won't create db tables... if you uninstall and re-install Retour on the Craft 3 version of the site, is the table not created?
The table was not created. I ran again and now it is... weird. But guess I can close this issue then. THanks anyway!
Describe the bug
I am migrating a site from Craft 3 to Craft 4. It uses the latest 3.x version of Retour. When upgrading to 4.x I see the following error:
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
I expect it to has a migration that creates this table when upgrading