mubashir
PPrisma
•Created by mubashir on 5/31/2024 in #help-and-questions
How to push changes to already deployed db?
alright I added teh index will this improve the query result since there is already data in teh table will teh indexes be created for the past data?
5 replies
PPrisma
•Created by mubashir on 5/31/2024 in #help-and-questions
How to push changes to already deployed db?
I just wan to add index to the issuedAt filed so that queries are faster
5 replies
PPrisma
•Created by mubashir on 5/31/2024 in #help-and-questions
How to push changes to already deployed db?
I tried
npx prisma migrate dev --name migration-name --create-only
but I still get the error that data will be lost5 replies