Skip to content

Commit

Permalink
Fix conflicting migrator flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern committed Sep 16, 2024
1 parent ffe8dee commit 8562f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/migrator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ program
)
.option("-s, --with-seed", "Seed the database with fake data", false)
.option("-f, --with-fixtures", "Add predictable data to the database", false)
.option("-s, --sample-data", "Import sample data from OW4")
.option("-d, --sample-data", "Import sample data from OW4")
.action(async (name: "down-all" | "down" | "latest" | "up", option) => {
const migrator = createMigrator(db)
let res: MigrationResultSet
Expand Down

0 comments on commit 8562f32

Please sign in to comment.