Skip to content

Commit

Permalink
rename columns
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Mar 10, 2023
1 parent 4fe9314 commit bafe59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query.sp
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,14 @@ query "notification" {
n.created_at,
n.category,
n.person,
n.instance_qualified_account_url,
n.instance_qualified_account_url as account_url,
case when r.following then '✔️' else '' end as following,
case when r.followed_by then '✔️' else '' end as followed_by,
substring(n.status_content from 1 for 200) as toot,
case
when n.instance_qualified_status_url != '' then n.instance_qualified_status_url
else n.instance_qualified_account_url
end as url
end as toot_url
from
notifications n
join
Expand Down

0 comments on commit bafe59c

Please sign in to comment.