1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 08:08:02 +00:00

Update the intro of the latest til

This commit is contained in:
jbranchaud
2016-12-31 15:57:30 -06:00
parent 7935729c6e
commit fabdcd92a0

View File

@@ -1,7 +1,7 @@
# Creating Indexes With Ecto # Creating Indexes With Ecto
Using indexes in the right places within relational databases is a great way 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`: To add a basic index in an Ecto migration, use `Ecto.Migration.index\2`: