Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.20 on 2025-05-26 11:38
# Generated by Django 4.2.20 on 2025-05-28 14:48

import django.core.validators
from django.db import migrations, models
Expand Down Expand Up @@ -35,7 +35,7 @@ class Migration(migrations.Migration):
models.BooleanField(
db_index=True,
default=True,
help_text="When set to True (Yes), this Pipeline is active. When set to False (No), this Pipeline is inactive and not run.",
help_text="When set to True, this Pipeline is active. When set to False, this Pipeline is inactive and not run.",
null=True,
),
),
Expand Down