summaryrefslogtreecommitdiff
path: root/sql/functions
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2026-06-23 08:51:22 -0600
committerckonstanski <carlos.konstanski@olo.com>2026-06-23 08:51:22 -0600
commit400c840ec4b9c2cca85c9b124eeeb0aa69ae0c42 (patch)
tree2274c4a4e731af26ae8fdf6c974bb2e1165d891b /sql/functions
parent8cda4f3288dbd688a303a333834694a5f2fc1be5 (diff)
stuff
Diffstat (limited to 'sql/functions')
-rw-r--r--sql/functions/auth.get_active_user_by_username_pwd.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/functions/auth.get_active_user_by_username_pwd.sql b/sql/functions/auth.get_active_user_by_username_pwd.sql
index 26f926c..138234a 100644
--- a/sql/functions/auth.get_active_user_by_username_pwd.sql
+++ b/sql/functions/auth.get_active_user_by_username_pwd.sql
@@ -27,4 +27,4 @@ begin
return;
end;
-$$ language plpgsql;a
+$$ language plpgsql;