mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
9 lines
193 B
SQL
9 lines
193 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the column `thumbnailId` on the `File` table. All the data in the column will be lost.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "File" DROP COLUMN "thumbnailId";
|