From d19056a4398077051de47eb8ea09d5e7006a61a1 Mon Sep 17 00:00:00 2001 From: Krrish Sehgal <133865424+krrish-sehgal@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:48:47 +0530 Subject: [PATCH] auto --- website/migrations/0162_add_new_badges.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/migrations/0162_add_new_badges.py b/website/migrations/0162_add_new_badges.py index 9b027c69b..1247b30ee 100644 --- a/website/migrations/0162_add_new_badges.py +++ b/website/migrations/0162_add_new_badges.py @@ -17,17 +17,17 @@ def add_new_badges(apps, schema_editor): { "title": "First Bid Placed", "description": "Awarded for placing the first bid.", - "type": "manual", + "type": "automatic", }, { "title": "First Bug Bounty", "description": "Awarded for earning the first bug bounty.", - "type": "manual", + "type": "automatic", }, { "title": "First Suggestion", "description": "Awarded for making the first suggestion.", - "type": "manual", + "type": "automatic", }, ]