feat(auth): signupm, forgot passowrd, reset password all added
This commit is contained in:
10
migrations/0007_common_kronos.sql
Normal file
10
migrations/0007_common_kronos.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
CREATE TABLE "apiHits" (
|
||||
"apiHit_id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||
"method" text NOT NULL,
|
||||
"path" text NOT NULL,
|
||||
"body" jsonb,
|
||||
"status" integer,
|
||||
"ip" text,
|
||||
"duration" integer,
|
||||
"createdAt" timestamp DEFAULT now() NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user