multica/server/migrations/014_workspace_repos.up.sql

2 lines
68 B
SQL

ALTER TABLE workspace ADD COLUMN repos JSONB NOT NULL DEFAULT '[]';