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 c57d5e0 commit c985952Copy full SHA for c985952
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