cloud-api/prisma/migrations/20240924095535_add_hash_to_releases/migration.sql
2024-12-29 21:29:59 +01:00

9 lines
226 B
SQL

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