Skip to content

Commit

Permalink
Fixes #1415 - remove migrate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Jan 23, 2020
1 parent 633b1af commit 2edf52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/prisma2/src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ async function main(): Promise<number> {
save: LiftSave.new(),
up: LiftUp.new(),
down: LiftDown.new(),
docs: Docs.new('migrate', 'https://github.com/prisma/prisma2/tree/master/docs'),
}),
'tmp-prepare': LiftTmpPrepare.new(),
introspect: Introspect.new(),
Expand Down

0 comments on commit 2edf52f

Please sign in to comment.