Skip to content

Commit 0ccb4c6

Browse files
authored
Merge pull request #212 from fractaledmind/patch-1
Document how to prepare the new cache database
2 parents 5265df7 + 1134e13 commit 0ccb4c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ production:
3939
migrations_paths: db/cache_migrate
4040
```
4141
42+
Then run `db:prepare` in production to ensure the database is created and the schema is loaded.
43+
4244
## Configuration
4345

4446
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.

0 commit comments

Comments
 (0)