Skip to content

Commit c2a607e

Browse files
Formatting
1 parent adb9142 commit c2a607e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

lib/migration_generator/phase.ex

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ defmodule AshPostgres.MigrationGenerator.Phase do
66
defstruct [
77
:table,
88
:schema,
9-
:multitenancy, :repo,
9+
:multitenancy,
10+
:repo,
1011
partitioning: nil,
1112
operations: [],
1213
commented?: false
@@ -15,16 +16,11 @@ defmodule AshPostgres.MigrationGenerator.Phase do
1516
import AshPostgres.MigrationGenerator.Operation.Helper, only: [as_atom: 1]
1617

1718
def up(%{
18-
1919
schema: schema,
20-
2120
table: table,
22-
2321
operations: operations,
24-
2522
multitenancy: multitenancy,
26-
repo: repo
27-
,
23+
repo: repo,
2824
partitioning: partitioning
2925
}) do
3026
if multitenancy.strategy == :context do

0 commit comments

Comments
 (0)