Skip to content

Commit 22c4d75

Browse files
authored
Merge pull request #1887 from aboutcode-org/add-pipeline-is-active
Update is_active help text in pipeline migration
2 parents c11f9b7 + 4ebccc4 commit 22c4d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnerabilities/migrations/0092_pipelineschedule_pipelinerun.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.20 on 2025-05-26 11:38
1+
# Generated by Django 4.2.20 on 2025-05-28 14:48
22

33
import django.core.validators
44
from django.db import migrations, models
@@ -35,7 +35,7 @@ class Migration(migrations.Migration):
3535
models.BooleanField(
3636
db_index=True,
3737
default=True,
38-
help_text="When set to True (Yes), this Pipeline is active. When set to False (No), this Pipeline is inactive and not run.",
38+
help_text="When set to True, this Pipeline is active. When set to False, this Pipeline is inactive and not run.",
3939
null=True,
4040
),
4141
),

0 commit comments

Comments
 (0)