From 1134e136d40cc9d85511773e9aec939dee4b7e84 Mon Sep 17 00:00:00 2001 From: Stephen Margheim Date: Thu, 5 Sep 2024 18:51:18 +0200 Subject: [PATCH] Update README.md Resolves #210 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5cd3a5..0d61e2f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ production: migrations_paths: db/cache_migrate ``` +Then run `db:prepare` in production to ensure the database is created and the schema is loaded. + ## Configuration Configuration will be read from `config/solid_cache.yml`. You can change the location of the config file by setting the `SOLID_CACHE_CONFIG` env variable.