We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670f689 commit c84f81eCopy full SHA for c84f81e
1 file changed
guides/safe_migrations.md
@@ -60,7 +60,7 @@ Disable the DDL transaction in the migration to avoid a database transaction whi
60
61
```elixir
62
# in config/config.exs
63
-config MyApp.Repo, migration_lock: :pg_advisory_lock
+config :my_app, MyApp.Repo, migration_lock: :pg_advisory_lock
64
65
# in the migration
66
@disable_ddl_transaction true
0 commit comments