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
'Is true if Parse Server should recreate any fields that are different between the current database schema and theschema definition. This should only be used during development.',
471
+
action: parsers.booleanParser,
472
+
default: false,
473
+
},
474
+
lockSchemas: {
475
+
env: 'PARSE_SERVER_SCHEMA_LOCK',
476
+
help:
477
+
'Is true if Parse Server will reject any attempts to modify the schema while the server is running.',
478
+
action: parsers.booleanParser,
479
+
default: false,
480
+
},
481
+
beforeMigration: {
482
+
help: 'Execute a callback before running schema migrations.',
483
+
},
484
+
afterMigration: {
485
+
help: 'Execute a callback after running schema migrations.',
0 commit comments