← Back to team overview

launchpad-reviewers team mailing list archive

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

 

jugmac00 has proposed merging ~jugmac00/launchpad:fix-example-data-for-signedcodeofconduct into launchpad:master.

Commit message:
update example data for SignedCodeOfConduct

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410544
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:fix-example-data-for-signedcodeofconduct into launchpad:master.
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;
 
 ALTER TABLE signedcodeofconduct DISABLE TRIGGER ALL;
 
-INSERT 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');
+INSERT 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');
 
 
 ALTER TABLE signedcodeofconduct ENABLE TRIGGER ALL;