mirror of
https://github.com/SrIzan10/nextbooru.git
synced 2026-06-06 00:57:02 +00:00
9 lines
234 B
SQL
9 lines
234 B
SQL
/*
|
|
Warnings:
|
|
|
|
- Added the required column `previewHash` to the `Post` table without a default value. This is not possible if the table is not empty.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "Post" ADD COLUMN "previewHash" TEXT NOT NULL;
|