refactor: update api and client to reference humanIds
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE network_invitations (
|
||||
network_id TEXT NOT NULL REFERENCES networks(id) ON DELETE CASCADE,
|
||||
email VARCHAR(255) NOT NULL,
|
||||
created_at TIMESTAMPTZ DEFAULT NOW(),
|
||||
PRIMARY KEY (network_id, email)
|
||||
);
|
||||
Reference in New Issue
Block a user