This repository has been archived on 2026-04-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Inventory_backend/prisma/migrations/20250927120000_add_component_structure/migration.sql

4 lines
145 B
SQL

-- Add JSON column to store instantiated structure selections on components
ALTER TABLE "composants"
ADD COLUMN IF NOT EXISTS "structure" JSONB;