mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-07 22:33:40 +01:00
6 lines
260 B
Elixir
6 lines
260 B
Elixir
CREATE USER pleroma WITH ENCRYPTED PASSWORD '<%= dbpass %>';
|
|
CREATE DATABASE pleroma_dev OWNER pleroma;
|
|
\c pleroma_dev;
|
|
--Extensions made by ecto.migrate that need superuser access
|
|
CREATE EXTENSION IF NOT EXISTS citext;
|
|
CREATE EXTENSION IF NOT EXISTS pg_trgm;
|