diff options
Diffstat (limited to 'src/db/rest/follow/api_follow.sql')
-rw-r--r-- | src/db/rest/follow/api_follow.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/rest/follow/api_follow.sql b/src/db/rest/follow/api_follow.sql index c0a07e5..6893240 100644 --- a/src/db/rest/follow/api_follow.sql +++ b/src/db/rest/follow/api_follow.sql @@ -7,9 +7,9 @@ CREATE VIEW api.follow AS f.created, f.modified FROM - admin.follow f; + xssbook.follow f; GRANT SELECT ON TABLE api.follow TO rest_anon, rest_user; -GRANT SELECT ON TABLE admin.follow +GRANT SELECT ON TABLE xssbook.follow TO rest_anon, rest_user; |