← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:signedcodeofconduct-cant-be-null into launchpad:db-devel

 

jugmac00 has proposed merging ~jugmac00/launchpad:signedcodeofconduct-cant-be-null into launchpad:db-devel.

Commit message:
signedcodeofconduct.affirmed can`t be NULL anymore

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/410433
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:signedcodeofconduct-cant-be-null into launchpad:db-devel.
diff --git a/database/schema/patch-2210-37-0.sql b/database/schema/patch-2210-37-0.sql
new file mode 100644
index 0000000..0b1e532
--- /dev/null
+++ b/database/schema/patch-2210-37-0.sql
@@ -0,0 +1 @@
+ALTER TABLE signedcodeofconduct ALTER COLUMN affirmed SET NOT NULL;