-- Grant these permissions to the database role used by the application. -- Replace amcs_user with the actual role in your deployment before applying. grant select, insert, update, delete on table public.thoughts to amcs_user; grant select, insert, update, delete on table public.projects to amcs_user; grant select, insert, update, delete on table public.thought_links to amcs_user;