aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/server/drizzle/0001_spotty_jane_foster.sql
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-06 17:05:21 +0900
committernsfisis <nsfisis@gmail.com>2025-12-06 17:37:04 +0900
commit811458427593a4172a2cd535cc768db375350dca (patch)
tree6c4f46c96b6f29392dc19d591e39e03c187033a1 /pkgs/server/drizzle/0001_spotty_jane_foster.sql
parent9736a8981fbd6c6defbd67517ca23904fc844629 (diff)
downloadkioku-811458427593a4172a2cd535cc768db375350dca.tar.gz
kioku-811458427593a4172a2cd535cc768db375350dca.tar.zst
kioku-811458427593a4172a2cd535cc768db375350dca.zip
feat(dev): change architecture and directory structure
Diffstat (limited to 'pkgs/server/drizzle/0001_spotty_jane_foster.sql')
-rw-r--r--pkgs/server/drizzle/0001_spotty_jane_foster.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/server/drizzle/0001_spotty_jane_foster.sql b/pkgs/server/drizzle/0001_spotty_jane_foster.sql
deleted file mode 100644
index 417408f..0000000
--- a/pkgs/server/drizzle/0001_spotty_jane_foster.sql
+++ /dev/null
@@ -1,9 +0,0 @@
-CREATE TABLE "refresh_tokens" (
- "id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
- "user_id" uuid NOT NULL,
- "token_hash" varchar(255) NOT NULL,
- "expires_at" timestamp with time zone NOT NULL,
- "created_at" timestamp with time zone DEFAULT now() NOT NULL
-);
---> statement-breakpoint
-ALTER TABLE "refresh_tokens" ADD CONSTRAINT "refresh_tokens_user_id_users_id_fk" FOREIGN KEY ("user_id") REFERENCES "public"."users"("id") ON DELETE cascade ON UPDATE no action; \ No newline at end of file