Hi
I am trying to integrate migrations in my CI.
As I have previously connected to my db with "push: true", I get following message, when trying to migrate a new change:
? It looks like you've run Payload in dev mode, meaning you've dynamically pushed changes to your database.
If you'd like to run migrations, data loss will occur. Would you like to proceed? › (y/N)
I already run it locally once (connecting to that same db) and accepted. push is also set to false now. I then added a new field, and this message keeps coming up. How is Payload tracking this? Is there a way to tell it to use migrations from now on? The only solution I found yet, is deleting and recreating my database and ensure to never use push:true. But that doesn't seem sustainable.
Does anyone have a better solution?