transceiver-db/sql/039a-switch-certifications-column.sql

6 lines
239 B
SQL

-- Migration 039a — Add certifications column to switches table
-- The core table creation (002) omitted this column; added here before the seed (040).
ALTER TABLE switches
ADD COLUMN IF NOT EXISTS certifications TEXT[] DEFAULT '{}';