Skip to content

Commit

Permalink
remove convert command
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 6, 2019
1 parent 18dc68a commit 08c6b37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
71 changes: 0 additions & 71 deletions cli/prisma2/src/Converter.ts

This file was deleted.

4 changes: 0 additions & 4 deletions cli/prisma2/src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ import { Version } from './Version'
import { Generate } from './Generate'
import chalk from 'chalk'
import { Docs } from './Docs'
import { Converter } from './Converter'
import { ProviderAliases } from '@prisma/sdk'
import fs from 'fs'
import path from 'path'
export { Photon } from '@prisma/studio-transports'

// aliases are only used by @prisma/studio, but not for users anymore,
Expand Down Expand Up @@ -75,7 +72,6 @@ async function main(): Promise<number> {
}),
'tmp-prepare': LiftTmpPrepare.new(),
introspect: Introspect.new(),
convert: Converter.new(),
dev: LiftWatch.new(aliases),
studio: StudioCommand.new(aliases),
generate: Generate.new(),
Expand Down

0 comments on commit 08c6b37

Please sign in to comment.