HackYourFuture-CPH / chattie

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

added imageUrl in migrations and run the seed#217 #263

Closed Aswini-D3 closed 3 years ago

Aswini-D3 commented 3 years ago

Description

First I added imageUrl to the backend by creating new migration file in migrations, in that file I given information regarding tables and columns and then in the corresponding seed I made the corresponding changes in the seed and run that seed regarding my task #217. In this PR I added only imageUrl to the backend later I will add "roomList" to the backend.

Fixes # (issue) knex migrate: make migration_name knex migrate: latest knex migrate:rollback knex seed:make seed_name knex seed:run npm run db:setup

How to test?

select * from channels

Checklist