diff options
Diffstat (limited to 'sql/functions')
| -rw-r--r-- | sql/functions/auth.get_active_user_by_username_pwd.sql | 2 |
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; |
