-- 1. Give ownership of the database to the app user
ALTERDATABASEezbookkeepingOWNERTOezbookkeeping;-- 2. Give ownership of the public schema to the app user
ALTERSCHEMApublicOWNERTOezbookkeeping;-- 3. Ensure the user has create permissions (Crucial for Postgres 15+)
GRANTUSAGE,CREATEONSCHEMApublicTOezbookkeeping;
Delete Page
Deleting the wiki page "Service:ezBookkeeping" cannot be undone. Continue?