mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-08 10:17:39 +02:00
10 lines
253 B
Markdown
10 lines
253 B
Markdown
# Database
|
|
|
|
## Generating migrations
|
|
|
|
1. Make your changes to the respective drizzle schema
|
|
2. Fix issues in code
|
|
3. To create migrations
|
|
- for the central database run `npm run db:generate`
|
|
- for tenant databases run `npm run db:tenant:generate`
|