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 | 36 | ticket.version as version, |
37 | 37 | ticket.severity as severity, |
38 | 38 | ticket.reporter as reporter, |
39 | - ticket.owner as author, | |
39 | + ticket.reporter as author, | |
40 | 40 | ticket.status as status, |
41 | 41 | ticket.keywords as keywords, |
42 | 42 | (SELECT | ... | ... |