Skip to content

Commit

Permalink
Update lib/ecto/migration/schema_migration.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Aug 27, 2024
1 parent 3b889d2 commit c38408a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ecto/migration/schema_migration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ defmodule Ecto.Migration.SchemaMigration do
@default_opts [
timeout: :infinity,
log: false,
# Keep schema_migration for backwards compatibility
schema_migration: true,
ecto_query: :schema_migration,
telemetry_options: [schema_migration: true]
]
Expand Down

0 comments on commit c38408a

Please sign in to comment.