Skip to content

Commit a659ce4

Browse files
Update src/Options/index.js
Co-authored-by: Manuel <[email protected]> Signed-off-by: Rahul Lanjewar <[email protected]>
1 parent e12c4fd commit a659ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface SchemaOptions {
2525
/* Is true if Parse Server will reject any attempts to modify the schema while the server is running.
2626
:DEFAULT: false */
2727
lockSchemas: ?boolean;
28-
/* 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
28+
/* (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`.
2929
:DEFAULT: false */
3030
keepUnknownIndexes: ?boolean;
3131
/* Execute a callback before running schema migrations. */

0 commit comments

Comments
 (0)