Merge ~jugmac00/launchpad:fix-example-data-for-signedcodeofconduct into launchpad:master

Proposed by Jürgen Gmach
Status: Merged
Approved by: Jürgen Gmach
Approved revision: cfd13fb40379a2008566a2223ef2605fd228bdbd
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~jugmac00/launchpad:fix-example-data-for-signedcodeofconduct
Merge into: launchpad:master
Diff against target: 26 lines (+2/-2)
2 files modified
database/sampledata/current-dev.sql (+1/-1)
database/sampledata/current.sql (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+410544@code.launchpad.net

Commit message

update example data for SignedCodeOfConduct

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) wrote :

Could you apply the same change to current-dev.sql (which is what you get in the `launchpad_dev` database for manual experiments)?

review: Approve
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

Thank you for the review!

I just applied the same change on the `launchpad_dev` database.

Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/database/sampledata/current-dev.sql b/database/sampledata/current-dev.sql
index 7287059..1a40702 100644
--- a/database/sampledata/current-dev.sql
+++ b/database/sampledata/current-dev.sql
@@ -9398,7 +9398,7 @@ ALTER TABLE sharingjob ENABLE TRIGGER ALL;
93989398
9399ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;9399ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;
94009400
9401INSERT INTO signedcodeofconduct (id, owner, datecreated, signedcode, recipient, active, admincomment, signing_key_fingerprint) VALUES (1, 16, '2005-09-27 10:01:13', 'Sampledata signedcode', NULL, true, NULL, 'ABCDEF0123456789ABCDDCBA0000111112345678');9401INSERT INTO signedcodeofconduct (id, owner, datecreated, signedcode, recipient, active, affirmed, admincomment, signing_key_fingerprint) VALUES (1, 16, '2005-09-27 10:01:13', 'Sampledata signedcode', NULL, true, false, NULL, 'ABCDEF0123456789ABCDDCBA0000111112345678');
94029402
94039403
9404ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;9404ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;
diff --git a/database/sampledata/current.sql b/database/sampledata/current.sql
index dfed6dd..9e0310f 100644
--- a/database/sampledata/current.sql
+++ b/database/sampledata/current.sql
@@ -9312,7 +9312,7 @@ ALTER TABLE sharingjob ENABLE TRIGGER ALL;
93129312
9313ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;9313ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;
93149314
9315INSERT INTO signedcodeofconduct (id, owner, datecreated, signedcode, recipient, active, admincomment, signing_key_fingerprint) VALUES (1, 16, '2005-09-27 10:01:13', 'Sampledata signedcode', NULL, true, NULL, 'ABCDEF0123456789ABCDDCBA0000111112345678');9315INSERT INTO signedcodeofconduct (id, owner, datecreated, signedcode, recipient, active, affirmed, admincomment, signing_key_fingerprint) VALUES (1, 16, '2005-09-27 10:01:13', 'Sampledata signedcode', NULL, true, false, NULL, 'ABCDEF0123456789ABCDDCBA0000111112345678');
93169316
93179317
9318ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;9318ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;

Subscribers

People subscribed via source and target branches

to status/vote changes: