hangar18/images/postgres/setup.sql

3 lines
114 B
SQL

-- etherpad
CREATE USER etherpad;
CREATE DATABASE etherpad WITH OWNER etherpad TEMPLATE template0 ENCODING 'UTF8';