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

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;