Skip to content

Commit

Permalink
Fix returning type of get_credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
sapience committed Feb 28, 2025
1 parent 5077965 commit c7d1667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.development.sql
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ CREATE OR REPLACE ACTION get_credentials() PUBLIC VIEW RETURNS table (
public_notes TEXT,
issuer_auth_public_key TEXT,
inserter TEXT,
original_id TEXT
original_id UUID
) {
return SELECT DISTINCT c.id, c.user_id, c.public_notes, c.issuer_auth_public_key, c.inserter, sc.original_id
FROM credentials AS c
Expand Down

0 comments on commit c7d1667

Please sign in to comment.