Skip to content

Commit 23b7c1f

Browse files
authored
Update README.md
1 parent aecd39d commit 23b7c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Then your tests should just use basic file writing for logs again.
217217
Make sure you clear the cache, and also remove the local sqlite DB (as this doesn't get cleared automatically).
218218
Especially when you get errors after upgrading, like `General error: 1 no such column: DatabaseLogs.summary` etc.
219219

220-
For SQlite or any custom connection, make sure to run the migrations correctly:
220+
For SQlite or any custom connection, make sure to run the migrations correctly, if schema changed, or if `disableAutoTable` is enabled:
221221

222222
bin/cake migrations migrate -p DatabaseLog -c sqlite
223223

0 commit comments

Comments
 (0)