Skip to content

Commit

Permalink
Updating migration version
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Apr 30, 2024
1 parent d35c102 commit f48f4e3
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: 0709_alertrule_remove_owner_state
sentry: 0710_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-04-30 17:11
# Generated by Django 5.0.4 on 2024-04-30 23:20

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", "0708_rule_remove_owner_state"),
("sentry", "0709_alertrule_remove_owner_state"),
]

operations = [
Expand Down

0 comments on commit f48f4e3

Please sign in to comment.