We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b121291 commit 8adadf7Copy full SHA for 8adadf7
1 file changed
lib/ecto/migration/schema_migration.ex
@@ -8,7 +8,7 @@ defmodule Ecto.Migration.SchemaMigration do
8
9
@primary_key false
10
schema "schema_migrations" do
11
- field :version, :integer
+ field :version, :integer, primary_key: true
12
timestamps updated_at: false
13
end
14
0 commit comments