X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=priv%2Ftemplates%2Fsample_psql.eex;h=627839a687bb9ccddd40c2a6852adac129005535;hb=df5359aa728211e570c98a7bd30fa3f84629417f;hp=f0ac05e5702bee70891f03b29d62e204e069aed8;hpb=e3534f5b3c68f9bf6a10c5fc10aa637ef66ab82e;p=akkoma diff --git a/priv/templates/sample_psql.eex b/priv/templates/sample_psql.eex index f0ac05e57..627839a68 100644 --- a/priv/templates/sample_psql.eex +++ b/priv/templates/sample_psql.eex @@ -5,3 +5,8 @@ CREATE DATABASE <%= dbname %> OWNER <%= dbuser %>; 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 %>