HackYourFuture-CPH / chattie

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

Correcting the bug in table name in channel-messages backend #304

Closed ajgcph2019 closed 3 years ago

ajgcph2019 commented 3 years ago

While trying to get messages by id there was an error which showed the table name was not mentioned correctly "select messages.id as id, title from messages where id = '1' - Table 'final_project_db.messages' doesn't exist" Correcting the table name to 'channel_messages'. Also error showed 'unknown column title' and have corrected to return only the message and not array of messages for the specific id