Skip to content

Commit 08b2e44

Browse files
committed
chore: try sorting migration files
1 parent bb9024f commit 08b2e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/multitenancy.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defmodule AshPostgres.MultiTenancy do
2727
[tenant_migrations_path, "**", "*.exs"]
2828
|> Path.join()
2929
|> Path.wildcard()
30+
|> Enum.sort()
3031
|> then(fn files ->
3132
if after_file do
3233
files

0 commit comments

Comments
 (0)