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

3 lines
211 B
MySQL
Raw Permalink Normal View History

2023-01-05 18:07:16 +00:00
ALTER TABLE IF EXISTS extra_package_options ADD COLUMN IF NOT EXISTS enable_module text [] NOT NULL DEFAULT ARRAY []::text [],
ADD COLUMN IF NOT EXISTS disable_module text [] NOT NULL DEFAULT ARRAY []::text [];