work heavily on all server stuffs

This commit is contained in:
Soph :3 2026-01-16 19:35:28 +02:00
parent d9f5919b60
commit 365c43c501
17 changed files with 2726 additions and 531 deletions

View file

@ -0,0 +1,4 @@
ALTER TABLE `invite` ADD `creator_id` text NOT NULL REFERENCES user(id);--> statement-breakpoint
ALTER TABLE `invite` ADD `expires_at` integer NOT NULL;--> statement-breakpoint
ALTER TABLE `invite` ADD `uses` text DEFAULT '[]' NOT NULL;--> statement-breakpoint
ALTER TABLE `invite` ADD `max_uses` integer;