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
+3-1
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ config.set('foo', '1');
104
104
105
105
Type: `object`
106
106
107
+
**Important: I cannot provide support for this feature. It has some known bugs. I have no plans to work on it, but pull requests are welcome.**
108
+
107
109
You can use migrations to perform operations to the store whenever a **project version** is upgraded.
108
110
109
111
The `migrations` object should consist of a key-value pair of `'version': handler`. The `version` can also be a [semver range](https://github.com/npm/node-semver#ranges).
0 commit comments