pull down to refresh
This isn’t a dumb question. To modify ‘user_stats_days’ you’ll need to replace the function by performing another migration.
‘sndev prisma migrate dev —create-only’ will create an empty migration.
prisma’s docs are going to be the best place to learn about this stuff.
GitHub discussions would be great for these questions because other folks can chime in - and find them if they have the same questions.
Dumb questions are more than welcome!
reply
Thanks I'll post future questions in GitHub discussions
reply
prisma/migrations/20240710001134_user_stats_refine/migration.sql
was manually created? Because I couldn't finduser_stats_days
defined except in these migration files.