We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5876161 + 8edbb20 commit 0dc156dCopy full SHA for 0dc156d
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## Unreleased
8
- Integrate Ebert for code style checks and static analysis.
9
+- Fix typos and mistakes in README.
10
11
## 2.0.0 - 2017-04-11
12
- Rewrite the `Trans` module to use underscore functions to store configuration.
README.md
@@ -63,7 +63,7 @@ defmodule MyApp.Repo.Migrations.AddTranslationsToArticles do
63
use Ecto.Migration
64
65
def change do
66
- update table(:articles) do
+ alter table(:articles) do
67
add :translations, :map
68
end
69
0 commit comments