Skip to content

Commit

Permalink
Improve/requests table (#354)
Browse files Browse the repository at this point in the history
* improve: wait list req handle

* improve: request object
  • Loading branch information
LemonardoD authored Jan 23, 2025
1 parent 556f59f commit 3bdf657
Show file tree
Hide file tree
Showing 10 changed files with 1,269 additions and 19 deletions.
2 changes: 2 additions & 0 deletions backend/drizzle/0003_nasty_jigsaw.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "requests" ADD COLUMN "token" varchar;--> statement-breakpoint
ALTER TABLE "requests" ADD CONSTRAINT "requests_token_tokens_id_fk" FOREIGN KEY ("token") REFERENCES "public"."tokens"("id") ON DELETE cascade ON UPDATE no action;
Loading

0 comments on commit 3bdf657

Please sign in to comment.