From fabdcd92a0d933865ed965ff8079e7dba6a98ef5 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 31 Dec 2016 15:57:30 -0600 Subject: [PATCH] Update the intro of the latest til --- elixir/creating-indexes-with-ecto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/creating-indexes-with-ecto.md b/elixir/creating-indexes-with-ecto.md index 7d08b8a..4963b40 100644 --- a/elixir/creating-indexes-with-ecto.md +++ b/elixir/creating-indexes-with-ecto.md @@ -1,7 +1,7 @@ # Creating Indexes With Ecto Using indexes in the right places within relational databases is a great way -to speed up queries and ensure data integrity. +to speed up queries. To add a basic index in an Ecto migration, use `Ecto.Migration.index\2`: