Skip to content

Commit f4bf462

Browse files
committed
chore: add description for migration script generation command
1 parent 4addce6 commit f4bf462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class GenerateCommand extends Command {
99
constructor() {
1010
super({
1111
name: 'generate',
12-
desc: '',
12+
desc: 'Generate migration script file',
1313
alias: ['gen']
1414
});
1515
this.addArgument('name', 'Migration name', 'required', '');

0 commit comments

Comments
 (0)