db support
This commit is contained in:
3
prisma/migrations/20240429133812_/migration.sql
Normal file
3
prisma/migrations/20240429133812_/migration.sql
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE `User`
|
||||||
|
ADD COLUMN `passwordHashLocalAccount` VARCHAR(191) NULL;
|
||||||
@@ -285,6 +285,7 @@ model User {
|
|||||||
image String?
|
image String?
|
||||||
accounts Account[]
|
accounts Account[]
|
||||||
sessions Session[]
|
sessions Session[]
|
||||||
|
passwordHashLocalAccount String? // New field to store the hashed password
|
||||||
|
|
||||||
// Optional relation to Publisher
|
// Optional relation to Publisher
|
||||||
publisherId String? @unique
|
publisherId String? @unique
|
||||||
|
|||||||
Reference in New Issue
Block a user