Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 314 Bytes

help.md

File metadata and controls

9 lines (6 loc) · 314 Bytes

use ur local db to generate the migration file yarn migrate

switch the .env's local db url to the real production db url

use turso's cli to apply the migration you just made turso db shell dictionary-game < ./prisma/migrations/20240419014017_/migration.sql

or yarn studio, open sql runner, paste migration.sql