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