HackYourFuture-CPH / rate-my-cv

MIT License
1 stars 2 forks source link

fb_token column added into user seeds #98

Closed KavyaReddy732 closed 3 years ago

KavyaReddy732 commented 3 years ago

Description

users cvs Please provide a short summary explaining what this PR is about.

Fixes # (issue)

How to test?

run the commends listed below

  1. npm run db:clean
  2. npm run db:setup (if you get error for foreign key constraint then run these commands
  3. npm run db:clean
  4. npm run knex -- migrate:latest
  5. npm run knex -- seed:run ) Please provide a short summary how your changes can be tested?

Checklist