feat: limit Discord sharing and support community allowlists
This commit is contained in:
5
drizzle/0006_sharing_limits.sql
Normal file
5
drizzle/0006_sharing_limits.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `sharing_limits` (
|
||||
`key` text PRIMARY KEY NOT NULL,
|
||||
`started_at` integer NOT NULL,
|
||||
`count` integer NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user