selene-backend/db/mycroft/create_roles.sql

3 lines
128 B
SQL

-- create the roles that will be used by selene applications
CREATE ROLE selene WITH SUPERUSER LOGIN ENCRYPTED PASSWORD 'adam';