9 lines
178 B
SQL
9 lines
178 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the column `uploadId` on the `Item` table. All the data in the column will be lost.
|
|
|
|
*/
|
|
-- DropIndex
|
|
DROP INDEX "Upload.itemId_unique";
|