We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5fef6 commit 66df73cCopy full SHA for 66df73c
src/sentry_plugins/jira_ac/migrations/0001_initial.py
@@ -21,7 +21,7 @@ class Migration(migrations.Migration):
21
# - Adding columns to highly active tables, even ones that are NULL.
22
is_dangerous = False
23
24
- dependencies = [("sentry", "0003_auto_20191022_0122")]
+ dependencies = [("sentry", "0001_initial")]
25
26
operations = [
27
migrations.CreateModel(
0 commit comments