Skip to content

Commit fafd331

Browse files
committed
increase initial samples to 30
1 parent b0b4879 commit fafd331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/liquibase/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default class LiquibaseGenerator<
9494
});
9595

9696
this.recreateInitialChangelog = this.options.recreateInitialChangelog ?? false;
97-
this.numberOfRows = 10;
97+
this.numberOfRows = 30;
9898
}
9999

100100
async beforeQueue() {

0 commit comments

Comments
 (0)