Skip to content

Conversation

@suzdalnitski
Copy link

It seems that prefix is being renamed to schema anyways, it seems that prefix is getting deprecated?

    # Rename `prefix` config to `schema`
    config =
      case Keyword.pop(config, :prefix) do
        {nil, config} -> config
        {prefix, config} -> Keyword.put(config, :schema, prefix)
      end

It seems that `prefix` is being renamed to `schema` anyways, it seems that `prefix` is getting deprecated?

```elixir
    # Rename `prefix` config to `schema`
    config =
      case Keyword.pop(config, :prefix) do
        {nil, config} -> config
        {prefix, config} -> Keyword.put(config, :schema, prefix)
      end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant