This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch committer_may_release
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/committer_may_release by this
push:
new 8f05d67 Add committers may release to database
8f05d67 is described below
commit 8f05d6734ad1020d6769abaa8b61a424f3f9bd9b
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Feb 10 17:53:39 2026 +0000
Add committers may release to database
---
migrations/versions/0049_2026.02.10_7a75ab01.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/migrations/versions/0049_2026.02.10_7a75ab01.py
b/migrations/versions/0049_2026.02.10_7a75ab01.py
index 84f3147..0e8097d 100644
--- a/migrations/versions/0049_2026.02.10_7a75ab01.py
+++ b/migrations/versions/0049_2026.02.10_7a75ab01.py
@@ -19,7 +19,9 @@ depends_on: str | Sequence[str] | None = None
def upgrade() -> None:
with op.batch_alter_table("committee", schema=None) as batch_op:
- batch_op.add_column(sa.Column("committers_may_release", sa.Boolean(),
nullable=False))
+ batch_op.add_column(
+ sa.Column("committers_may_release", sa.Boolean(), nullable=False,
server_default=sa.false())
+ )
def downgrade() -> None:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]