peridot/peridot/migrate/20221219144131_support-modular-dependencies-for-scoped-packages.up.sql

6 lines
217 B
MySQL
Raw Normal View History

ALTER TABLE
IF EXISTS extra_package_options
ADD
COLUMN IF NOT EXISTS enable_module text [] not null default array [] :: text [],
COLUMN IF NOT EXISTS disable_module text [] not null default array [] :: text [];