Skip to content

Commit

Permalink
Remove unused switches and format files
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 27, 2023
1 parent 5922071 commit 3f13f5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/mix/tasks/ecto.migrate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ defmodule Mix.Tasks.Ecto.Migrate do
quiet: :boolean,
prefix: :string,
pool_size: :integer,
log_sql: :boolean,
log_migrations_sql: :boolean,
log_migrator_sql: :boolean,
strict_version_order: :boolean,
Expand Down
1 change: 0 additions & 1 deletion lib/mix/tasks/ecto.rollback.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ defmodule Mix.Tasks.Ecto.Rollback do
quiet: :boolean,
prefix: :string,
pool_size: :integer,
log_sql: :boolean,
log_migrations_sql: :boolean,
log_migrator_sql: :boolean,
repo: [:keep, :string],
Expand Down

0 comments on commit 3f13f5a

Please sign in to comment.