mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-03-03 02:47:02 +00:00
chore(prisma): add githubUsername column and index for faster lookups
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "users" ADD COLUMN "githubUsername" TEXT;
|
||||
|
||||
-- Add index for faster lookups
|
||||
CREATE INDEX IF NOT EXISTS "users_githubUsername_idx" ON "users"("githubUsername");
|
||||
|
||||
Reference in New Issue
Block a user