work heavily on all server stuffs
This commit is contained in:
parent
d9f5919b60
commit
365c43c501
17 changed files with 2726 additions and 531 deletions
4
drizzle/0004_minor_wildside.sql
Normal file
4
drizzle/0004_minor_wildside.sql
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue