Skip to content

Commit c38408a

Browse files
authored
Update lib/ecto/migration/schema_migration.ex
1 parent 3b889d2 commit c38408a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ecto/migration/schema_migration.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ defmodule Ecto.Migration.SchemaMigration do
1717
@default_opts [
1818
timeout: :infinity,
1919
log: false,
20+
# Keep schema_migration for backwards compatibility
21+
schema_migration: true,
2022
ecto_query: :schema_migration,
2123
telemetry_options: [schema_migration: true]
2224
]

0 commit comments

Comments
 (0)