Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 219 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 219 Bytes

Scripts & SQL queries to migrate data from the old database.

Steps

  1. set up db
npx prisma db push
  1. set your password in the script
  2. run migration script:
psql -d db -U postgres < migrate.sql