We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e08d72 commit 8b9ea15Copy full SHA for 8b9ea15
lib/partitioning.ex
@@ -48,7 +48,7 @@ defmodule AshPostgres.Partitioning do
48
|> tenant_schema(resource)
49
50
if partition_exists?(repo, resource, partition_name, opts) do
51
- {:error, :allready_exists}
+ {:error, :already_exists}
52
else
53
Ecto.Adapters.SQL.query(
54
repo,
0 commit comments