Files
psp_api/prisma/migrations/20260506173608_init/migration.sql
T

9 lines
209 B
SQL
Raw Normal View History

2026-05-07 20:30:24 +03:30
/*
Warnings:
- You are about to drop the column `type` on the `stock_keeping_units` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `stock_keeping_units` DROP COLUMN `type`;