All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.common.V1_038__ComponentsUsages.sql Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
ALTER TABLE "process_versions" ADD COLUMN "components_usages" VARCHAR(1000000);

-- Set empty JSON array.
UPDATE "process_versions" SET "components_usages" = '[]';

ALTER TABLE "process_versions" ALTER COLUMN "components_usages" SET NOT NULL;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy