mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
9 lines
226 B
SQL
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;
|