Significant-Gravitas / AutoGPT-Code-Ability

🖥️ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
119 stars 38 forks source link

[AGPT-510] Debugging Part 1: Auto Resume points, debug command start #153

Closed Swiftyos closed 7 months ago

linear[bot] commented 7 months ago

AGPT-510

ntindle commented 7 months ago

Migrations

Swiftyos commented 7 months ago

Migrations

Do you think it's better to create a migrations file once before doing a dev -> main merge or add a migration every time the db is modified in dev?

ntindle commented 7 months ago

Every time we merge into dev or we don’t have a way to have a consistent dev env

Swiftyos commented 7 months ago

@ntindle can you have a look again and approve please

ntindle commented 7 months ago

We don't need sqlalchemy for this, pushing a commit that does it with prisma

Swiftyos commented 7 months ago

We don't need sqlalchemy for this, pushing a commit that does it with prisma

Thank you. I had been trying execute_raw which didn't work so then switched to sqlalchemy. Appreciate the fix 👍