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

db.postgres.migration.V1.2__alter_secrets_for_metadata.sql Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
/* Removing owner, mode in favor of generic metadata mapping. */
ALTER TABLE secrets DROP COLUMN IF EXISTS owner;

ALTER TABLE secrets DROP COLUMN IF EXISTS mode;

ALTER TABLE secrets ADD COLUMN metadata text NOT NULL;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy