Skip to content

Commit

Permalink
explicit public schema
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Mar 27, 2023
1 parent c7f9599 commit aa43425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion query.sp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ query "search_hashtag" {
query = $1
and name = query
limit 1
)
9 )
select
to_char(r.published, 'YYYY-MM-DD') as published,
d.name as tag,
Expand Down
2 changes: 1 addition & 1 deletion tagexplore.sp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dashboard "TagExplore" {

with "mastodon_tag_data" {
sql = <<EOQ
create or replace function mastodon_tag_data(tag text, max int) returns table (
create or replace function public.mastodon_tag_data(tag text, max int) returns table (
account_url text,
tag text
) as $$
Expand Down

0 comments on commit aa43425

Please sign in to comment.