Skip to content

Commit db53f29

Browse files
fix: run definitions
1 parent a659ce4 commit db53f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports.SchemaOptions = {
3131
keepUnknownIndexes: {
3232
env: 'PARSE_SERVER_SCHEMA_KEEP_UNKNOWN_INDEXES',
3333
help:
34-
'Keep indexes that are not defined in the schema and are present in the database. Set this to true if you are adding indexes manually so that it wont be dropped when you run schema migration',
34+
"(Optional) Keep indexes that are present in the database but not defined in the schema. Set this to `true` if you are adding indexes manually, so that they won't be removed when running schema migration. Default is `false`.",
3535
action: parsers.booleanParser,
3636
default: false,
3737
},

src/Options/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)