strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 57 forks source link

Specify implicit order for PostgreSQL to fix duplicate issue on users #97

Closed majoraze closed 1 year ago

majoraze commented 1 year ago

Like the recent #96 PR that fixes the order on the migration tables, this one uses the same logic to fix the migration of the users-permissions plugin tables. I have to do this with our production tables on the migration and can verify that it works.

This completes issue #81