Skip to content

bsci: add manual label #9516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2021
Merged

bsci: add manual label #9516

merged 1 commit into from
Sep 24, 2021

Conversation

thelostone-mc
Copy link
Contributor

@thelostone-mc thelostone-mc commented Sep 23, 2021

Description

Add manual label to ensure bsci script does not override them
Has been locally tested

Note: After running migration
run the following command

from townsquare.models import SquelchProfile
sps = SquelchProfile.objects.filter(label='Human')

for sp in sps:
  sp.label='Manual'
  sp.save()

Copy link
Contributor

@gdixon gdixon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Lets get this out asap so that we don't lose the migration step 👍

@thelostone-mc thelostone-mc merged commit bed2a26 into stable Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants