Skip to content

Commit 1ce6568

Browse files
committed
chore: add missing sort
1 parent 08b2e44 commit 1ce6568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/migration_generator/migration_generator.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ defmodule AshPostgres.MigrationGenerator do
569569
|> Enum.map(&extract_migration_info/1)
570570
|> Enum.filter(& &1)
571571
|> Enum.map(&load_migration!/1)
572+
|> Enum.sort()
572573
|> Enum.filter(fn {version, _} ->
573574
version in versions
574575
end)

0 commit comments

Comments
 (0)