4 lines
108 B
SQL
4 lines
108 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "passwordHash" TEXT,
|
|
ALTER COLUMN "googleId" DROP NOT NULL;
|