Skip to content

Commit d5f8e92

Browse files
committed
chore: fix warning
1 parent 3556838 commit d5f8e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/migration_generator/migration_generator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ defmodule AshPostgres.MigrationGenerator do
12241224
repo |> Module.split() |> List.last() |> Macro.underscore()
12251225
end
12261226

1227-
defp migration({up, down}, repo, opts, tenant?, run_without_transaction?, split_index \\ 0) do
1227+
defp migration({up, down}, repo, opts, tenant?, run_without_transaction?, split_index) do
12281228
migration_path = migration_path(opts, repo, tenant?)
12291229

12301230
require_name!(opts)

0 commit comments

Comments
 (0)