summaryrefslogtreecommitdiff
path: root/src/db/rest/rest.sql
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-04-05 12:58:11 -0400
committerFreya Murphy <freya@freyacat.org>2024-04-05 12:58:11 -0400
commitb6ae609ee3186148836f96260aa203202f230d6a (patch)
treedc47fe1cd7cb98e046f1a1ffeba6edb1f739485c /src/db/rest/rest.sql
parenti did thing oh god large commit (diff)
downloadxssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.gz
xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.tar.bz2
xssbook2-b6ae609ee3186148836f96260aa203202f230d6a.zip
follow ppl
Diffstat (limited to 'src/db/rest/rest.sql')
-rw-r--r--src/db/rest/rest.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/db/rest/rest.sql b/src/db/rest/rest.sql
index 783866a..3db77a2 100644
--- a/src/db/rest/rest.sql
+++ b/src/db/rest/rest.sql
@@ -45,6 +45,12 @@ GRANT USAGE ON SCHEMA _api TO rest_anon, rest_user;
\i /db/rest/like/api_like_update.sql;
\i /db/rest/like/api_like_delete.sql;
+-- follow
+\i /db/rest/follow/api_follow.sql;
+\i /db/rest/follow/api_follow_insert.sql;
+\i /db/rest/follow/api_follow_update.sql;
+\i /db/rest/follow/api_follow_delete.sql;
+
-- media
\i /db/rest/media/_api_serve_user_media.sql;
\i /db/rest/media/_api_serve_system_media.sql;