Files
llink/go/migrations/000008_network_invitations.down.sql
Arjun Patel bf0147d542 refactor: reference human id instead of email (#73)
* refactor: update api and client to reference humanIds

* fix: prevent deletion of network member

This may cause various side effects if there is data in other services
which reference this member
2026-03-24 19:48:02 -07:00

2 lines
42 B
SQL

DROP TABLE IF EXISTS network_invitations;