Commit 40b7e25c6e294e8c6afee888bcf7578976ca001c
1 parent
8ad61ecc
Exists in
master
and in
39 other branches
Fixing ticket author
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/proxy/migrations/0001_create_views.py
@@ -36,7 +36,7 @@ class Migration(DataMigration): | @@ -36,7 +36,7 @@ class Migration(DataMigration): | ||
36 | ticket.version as version, | 36 | ticket.version as version, |
37 | ticket.severity as severity, | 37 | ticket.severity as severity, |
38 | ticket.reporter as reporter, | 38 | ticket.reporter as reporter, |
39 | - ticket.owner as author, | 39 | + ticket.reporter as author, |
40 | ticket.status as status, | 40 | ticket.status as status, |
41 | ticket.keywords as keywords, | 41 | ticket.keywords as keywords, |
42 | (SELECT | 42 | (SELECT |