Skip to content

Commit

Permalink
fix: Remove meta prisma subcommand (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro authored Dec 7, 2023
1 parent 45fbb4c commit 62b459f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 630 deletions.
3 changes: 0 additions & 3 deletions meta-cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub(crate) mod deploy;
pub(crate) mod dev;
pub(crate) mod doctor;
pub(crate) mod new;
pub(crate) mod prisma;
pub(crate) mod serialize;
pub(crate) mod typegate;
pub(crate) mod upgrade;
Expand Down Expand Up @@ -63,8 +62,6 @@ impl GenArgs {
pub(crate) enum Commands {
/// Serialize the typegraphs defined in the specified python file(s) into JSON.
Serialize(serialize::Serialize),
/// Manage prisma migration
Prisma(prisma::Prisma),
/// Push typegraph(s) with development mode features enabled
Dev(dev::Dev),
/// Push typegraph(s) to typegate
Expand Down
Loading

0 comments on commit 62b459f

Please sign in to comment.