Daniel Kukula
Results
52
issues of
Daniel Kukula
I'm working through the book and I see that when a migration is generated for new index it's not applying `concurrently: true` ``` def up do create unique_index(:albums, [:name, :artist_id],...
enhancement
### Elixir version latest ### Database and Version any? ### Ecto Versions main ### Database Adapter and Versions (postgrex, myxql, etc) ecto without adapters ### Current behavior Adding parentheses to...
Kind:Bug