Page MenuHomePhorge

sample_psql.eex
No OneTemporary

Size
397 B
Referenced Files
None
Subscribers
None

sample_psql.eex

CREATE USER <%= dbuser %> WITH ENCRYPTED PASSWORD '<%= dbpass %>';
CREATE DATABASE <%= dbname %> OWNER <%= dbuser %>;
\c <%= dbname %>;
--Extensions made by ecto.migrate that need superuser access
CREATE EXTENSION IF NOT EXISTS citext;
CREATE EXTENSION IF NOT EXISTS pg_trgm;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
<%= if rum_enabled do
"CREATE EXTENSION IF NOT EXISTS rum;"
else
""
end %>

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 2, 3:08 AM (2 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
475624
Default Alt Text
sample_psql.eex (397 B)

Event Timeline