Skip to content

Update Dynamic Event Store.md#13

Open
suzdalnitski wants to merge 1 commit into
commanded:masterfrom
suzdalnitski:patch-1
Open

Update Dynamic Event Store.md#13
suzdalnitski wants to merge 1 commit into
commanded:masterfrom
suzdalnitski:patch-1

Conversation

@suzdalnitski

Copy link
Copy Markdown

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