You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ cache for that single query. Disabling cache via the config flag still works.
130
130
131
131
**Recommendation: use option #1 in all your seeder queries to avoid pulling in
132
132
cached information when reseeding multiple times.**
133
-
You can disable a given query by using `disableCache()`in the query chain. It must be placed immediately behind the model, and not in the query chain. For example:
133
+
You can disable a given query by using `disableCache()`anywhere in the query chain. For example:
0 commit comments