From 84850182f6c26d75d7872a5f0d532cef54c80b21 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Mon, 9 Dec 2019 16:22:13 +0100 Subject: [PATCH] =?UTF-8?q?Activation=20de=20l=E2=80=99extension=20hstore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 142c068..90092b5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ podman run -dt -p 5432:5432 postgres:11-alpine psql -U postgres -h localhost -c "CREATE ROLE risotto WITH LOGIN PASSWORD 'risotto';" psql -U postgres -h localhost -c "CREATE DATABASE risotto;" psql -U postgres -h localhost -c "GRANT ALL ON DATABASE risotto TO risotto;" +psql -U postgres -h localhost -c "CREATE EXTENSION hstore;" ```