mirror of
https://github.com/norohind/ED-livery-tracker-advanced.git
synced 2025-04-30 23:41:33 +03:00
Add links to images in diff output
This commit is contained in:
parent
46398baa9f
commit
7bd46564cd
@ -64,7 +64,8 @@ select_diff_by_action_id = """select
|
||||
new_livery.cur_price as "New Current Price",
|
||||
old_livery.orig_price as "Old Original Price",
|
||||
old_livery.cur_price as "Old Current Price",
|
||||
new_livery.cur_price - old_livery.cur_price as "Current Price diff"
|
||||
new_livery.cur_price - old_livery.cur_price as "Current Price diff",
|
||||
'https://dlc.elitedangerous.com/images/med/' || coalesce(new_livery.image_url, old_livery.image_url) as "URL to image"
|
||||
from (
|
||||
select *
|
||||
from livery
|
||||
|
Loading…
x
Reference in New Issue
Block a user