HackYourFuture-CPH / chattie

Chattie is an app for messaging with your collegaues
MIT License
0 stars 4 forks source link

add role column to users table #258

Closed tiago86g closed 4 years ago

tiago86g commented 4 years ago

Description

add "role" column to "users" table

Fixes ##257

How to test?

run "npm run knex -- migrate:latest " run "npm run dev" and go to "http://localhost:3000/api/users"

Checklist