Skip to content

Commit 8a7ff28

Browse files
Fixed local development
1 parent 5b60f19 commit 8a7ff28

11 files changed

Lines changed: 679 additions & 825 deletions

File tree

database.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ CREATE TABLE "tokens" (
115115
PRIMARY KEY("id")
116116
);
117117

118+
INSERT INTO "tokens" VALUES ('devs', 'devs', NULL, 0);
119+
118120
DROP TABLE IF EXISTS "user_verifications";
119121
CREATE TABLE "user_verifications" (
120122
"id" varchar(255) NOT NULL,

0 commit comments

Comments
 (0)