We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0450a commit 5abc776Copy full SHA for 5abc776
src/commands/schema/apply.js
@@ -64,8 +64,8 @@ class ApplyCommand extends AbstractAuthenticatedCommand {
64
}
65
66
const stack = this.joi.object().keys({
67
- orm_version: this.joi.string().required(),
68
- database_type: this.joi.string().required(),
+ orm_version: this.joi.string(),
+ database_type: this.joi.string(),
69
framework_version: this.joi.string().allow(null),
70
engine: this.joi.string().allow(null),
71
engine_version: this.joi.string().allow(null),
0 commit comments