Files
the-biergarten-app/prisma/migrations/20230203013640_/migration.sql
2023-02-05 19:27:19 -05:00

9 lines
220 B
SQL

/*
Warnings:
- Added the required column `hash` to the `User` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "User" ADD COLUMN "hash" TEXT NOT NULL;