neondatabase-labs / social-network-drizzle-rls

4 stars 0 forks source link

Fix adding duplicated Chat Participants to the same chat #8

Closed pffigueiredo closed 2 weeks ago

pffigueiredo commented 2 weeks ago

Description

This PR aims to fix a bug in the schema.ts that allowed to add duplicated Chat Participants to the same chat.

NOTES

Also deduped the drizzle folder.

Test Plan

Tested this in my dummy UI and this is the result after applying the fix:

image