fix: add certifications column to switches table (migration 039a)
This commit is contained in:
parent
5737ae0362
commit
dfadc8eb4e
5
sql/039a-switch-certifications-column.sql
Normal file
5
sql/039a-switch-certifications-column.sql
Normal file
@ -0,0 +1,5 @@
|
||||
-- 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 '{}';
|
||||
Loading…
x
Reference in New Issue
Block a user