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

Proposed by Guruprasad
Status: Merged
Approved by: Guruprasad
Approved revision: 042180a4beafa0a2004f34dc48327f956593fd2f
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~lgp171188/launchpad:merge-db-stable
Merge into: launchpad:master
Diff against target: 20 lines (+14/-0)
1 file modified
database/schema/patch-2210-45-0.sql (+14/-0)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+418800@code.launchpad.net

Commit message

Merge db-stable 042180a4be (Add status_explanation, importance_explanation to BugTask)

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) wrote :

Self-approving as I deployed this change to the production database today.

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-45-0.sql b/database/schema/patch-2210-45-0.sql
2new file mode 100644
3index 0000000..e29b54c
4--- /dev/null
5+++ b/database/schema/patch-2210-45-0.sql
6@@ -0,0 +1,14 @@
7+-- Copyright 2022 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 BugTask
13+ ADD COLUMN status_explanation text,
14+ ADD COLUMN importance_explanation text;
15+
16+COMMENT ON COLUMN BugTask.status_explanation IS 'An optional explanation for the current status of this bugtask.';
17+
18+COMMENT ON COLUMN BugTask.importance_explanation IS 'An optional explanation for the current importance of this bugtask.';
19+
20+INSERT INTO LaunchpadDatabaseRevision VALUES (2210, 45, 0);

Subscribers

People subscribed via source and target branches

to status/vote changes: