Merge ~twom/launchpad:merge-db-stable into launchpad:master

Proposed by Tom Wardill
Status: Merged
Approved by: Tom Wardill
Approved revision: 7fbe864027f1a73ea015f4010c8f5d40e12e9e18
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~twom/launchpad:merge-db-stable
Merge into: launchpad:master
Diff against target: 17 lines (+11/-0)
1 file modified
database/schema/patch-2210-24-1.sql (+11/-0)
Reviewer Review Type Date Requested Status
Tom Wardill (community) Approve
Review via email: mp+398450@code.launchpad.net

Commit message

Merge db-stable to master

To post a comment you must log in.
Revision history for this message
Tom Wardill (twom) wrote :

Self approving merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/database/schema/patch-2210-24-1.sql b/database/schema/patch-2210-24-1.sql
2new file mode 100644
3index 0000000..2153066
4--- /dev/null
5+++ b/database/schema/patch-2210-24-1.sql
6@@ -0,0 +1,11 @@
7+-- Copyright 2021 Canonical Ltd. This software is licensed under the
8+-- GNU Affero General Public License version 3 (see the file LICENSE).
9+
10+SET client_min_messages=ERROR;
11+
12+ALTER TABLE OCIRecipe
13+ ADD COLUMN image_name TEXT DEFAULT NULL;
14+
15+COMMENT ON COLUMN OCIRecipe.image_name IS 'Image name to use on upload to registry.';
16+
17+INSERT INTO LaunchpadDatabaseRevision VALUES (2210, 24, 1);

Subscribers

People subscribed via source and target branches

to status/vote changes: