Does anyone else have issuses with the Agent making changes to the database? I frequently have the Agent run db:push and then assume that the change was made (when it was not). The Agent does not check to confirm the changes and proceeds as if it were, which then causes problems very soon after.
Yes, it’s annoying. I have had to tell it to not migrate the database in development since we have not finished adding tables, directly edit and add tables if needed, I will instruct you when we can no longer edit the database and migrate what is necessary. It seems to be treating it as a production database and wants to re-create the database with existing data and add the new tables for whatever feature we are building. Super annoying and it wastes database read/writes with neon as opposed to just adding another table
