Change schema_migration: true
option to ecto_query: :schema_migrations
#1679
Annotations
10 errors and 2 warnings
Run tests:
test/ecto/migrator_test.exs#L772
test alternate migration source format fails if the module does not define migrations (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L485
test migration options skip schema migrations table creation (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L827
test alternate migration source format stepwise migrations stop even if asked to exceed available (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L523
test run fails if there is no migration in file (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L283
test logs migrations (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L397
test up raises error when missing up/0 and change/0 (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L411
test warns for .ex files that look like migrations (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L684
test migrations are picked up from subdirs (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L820
test alternate migration source format stepwise migrations stop at the number of available migrations (Ecto.MigratorTest)
|
Run tests:
test/ecto/migrator_test.exs#L616
test run version migrations stop even if asked to exceed available (Ecto.MigratorTest)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Compile
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Loading