Skip to content

Commit

Permalink
resolve migration merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed May 2, 2024
1 parent ecacf02 commit a8593c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion migrations_lockfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ feedback: 0004_index_together
hybridcloud: 0016_add_control_cacheversion
nodestore: 0002_nodestore_no_dictfield
replays: 0004_index_together
sentry: 0713_team_remove_actor_state
sentry: 0714_project_template_models
social_auth: 0002_default_auto_field
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.0.4 on 2024-05-02 18:27
# Generated by Django 5.0.4 on 2024-05-02 20:14

import django.db.models.deletion
import django.utils.timezone
Expand Down Expand Up @@ -26,7 +26,7 @@ class Migration(CheckedMigration):
is_post_deployment = False

dependencies = [
("sentry", "0711_backfill_group_attributes_to_self_hosted"),
("sentry", "0713_team_remove_actor_state"),
]

operations = [
Expand Down

0 comments on commit a8593c1

Please sign in to comment.