Skip to content

Commit 04aeb94

Browse files
committed
Change default in original migration (no sql changes needed)
1 parent 8e3c92a commit 04aeb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/userprofile/migrations/0002_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
1515
model_name="userprofile",
1616
name="notify_all_author",
1717
field=models.BooleanField(
18-
default=False, verbose_name="Notify on all where author"
18+
default=True, verbose_name="Notify on all where author"
1919
),
2020
),
2121
migrations.AddField(

0 commit comments

Comments
 (0)