Quentin Debhi has proposed merging ~ruinedyourlife/launchpad:merge-db-stable into launchpad:master.
Commit message: Merge db-stable e33107a14e (Add Archive.metadata_overrides) Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/464211 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~ruinedyourlife/launchpad:merge-db-stable into launchpad:master.
diff --git a/database/schema/patch-2211-27-0.sql b/database/schema/patch-2211-27-0.sql new file mode 100644 index 0000000..b0e0f69 --- /dev/null +++ b/database/schema/patch-2211-27-0.sql @@ -0,0 +1,10 @@ +-- Copyright 2024 Canonical Ltd. This software is licensed under the +-- GNU Affero General Public License version 3 (see the file LICENSE). + +SET client_min_messages=ERROR; + +ALTER TABLE Archive ADD COLUMN metadata_overrides jsonb; + +COMMENT ON COLUMN Archive.metadata_overrides IS 'A JSON object containing metadata overrides for this archive.'; + +INSERT INTO LaunchpadDatabaseRevision VALUES (2211, 27, 0);
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

