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;
|
Reference in New Issue
Block a user