summaryrefslogtreecommitdiff
path: root/src/db/rest/rest.sql
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-05-21 21:11:19 -0400
committerFreya Murphy <freya@freyacat.org>2024-05-21 21:11:19 -0400
commit8d544d58af232e82c740cfcb271d20965020c133 (patch)
treeb258dacda826fe8ca7d9c703588262a153b9f6d5 /src/db/rest/rest.sql
parentfix modals (diff)
downloadxssbook2-8d544d58af232e82c740cfcb271d20965020c133.tar.gz
xssbook2-8d544d58af232e82c740cfcb271d20965020c133.tar.bz2
xssbook2-8d544d58af232e82c740cfcb271d20965020c133.zip
things
Diffstat (limited to 'src/db/rest/rest.sql')
-rw-r--r--src/db/rest/rest.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/rest/rest.sql b/src/db/rest/rest.sql
index 2b71ebe..6c3fb7d 100644
--- a/src/db/rest/rest.sql
+++ b/src/db/rest/rest.sql
@@ -26,6 +26,7 @@ GRANT USAGE ON SCHEMA _api TO rest_anon, rest_user;
\i /db/rest/user/api_user_insert.sql;
\i /db/rest/user/api_user_update.sql;
\i /db/rest/user/api_user_delete.sql;
+\i /db/rest/user/api_update_password.sql;
-- post
\i /db/rest/post/api_post.sql;