Skip to content

Commit

Permalink
remove override ids in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-codecov committed Feb 28, 2024
1 parent d0dd5a5 commit 5d14795
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def seed_initial_features(apps, schema_editor):
feature_flag=list_repos_generator,
proportion=1.0,
value=True,
override_repo_ids=[5537, 1720, 1676],
)

use_label_index_in_report_processing = FeatureFlag.objects.create(
Expand All @@ -26,10 +25,6 @@ def seed_initial_features(apps, schema_editor):
feature_flag=use_label_index_in_report_processing,
proportion=1.0,
value=True,
override_repo_ids=[
16621196,
16273544,
],
)


Expand Down

0 comments on commit 5d14795

Please sign in to comment.