How do I run database migrations?
Objective: This article explains how to run newly added database migrations.
Prerequisites:
- You have a database migration script that has not yet been executed.
Steps:
- Run
pnpm run db:<service>orpnpm run db:allto execute the script.
Related Articles: