Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Fix bugs related to SQLAlchemy and database operations #17

@SuyashD95

Description

@SuyashD95
  • Add the correct name of child Model classes used to declare relationships in the parent Model class.
  • Resolve NoReferencedTableError that occurs due to issues in making relations via Foreign Keys.
  • Resolve a bug that stops a new room from being created.
  • Remove timestamp field from messages table to solve issues resulting from working with a DateTime object.
  • Resolve a bug that stops a new message from being created.
  • Resolve bug which prevents a MessageModel object from backreferencing the associated room.

Metadata

Metadata

Assignees

Labels

backendRelated to the API & Database layersbugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions