CREATE SCHEMA IF NOT EXISTS eventstore;

GRANT ALL ON ALL TABLES IN SCHEMA eventstore TO %[1]s;