Support RUM indexes in the config generator
This commit is contained in:
parent
8dbcff2fed
commit
3ac5ecbac1
3 changed files with 20 additions and 2 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue