Skip to content

Commit 66df73c

Browse files
BYKNisanthan Nanthakumar
authored and
Nisanthan Nanthakumar
committed
fix(migrations): Fix prerequisite for jira_ac migration (#16351)
Fixes getsentry/self-hosted#332
1 parent 0a5fef6 commit 66df73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry_plugins/jira_ac/migrations/0001_initial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
2121
# - Adding columns to highly active tables, even ones that are NULL.
2222
is_dangerous = False
2323

24-
dependencies = [("sentry", "0003_auto_20191022_0122")]
24+
dependencies = [("sentry", "0001_initial")]
2525

2626
operations = [
2727
migrations.CreateModel(

0 commit comments

Comments
 (0)