This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0000 | |
00000 | |
000000 | |
0000000 | |
00000000 | |
00089 | |
102938 | |
1111111 | |
11111111 | |
123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- attachments | |
SELECT | |
container_id AS issue_id, | |
filename, | |
content_type, | |
author_id, | |
created_on, | |
description | |
FROM attachments | |
WHERE container_type = 'Issue' |