Disable DDL transactions with tern
You can disable DDL transactions during a migration with tern by adding the magic comment to the top of the migration file:
---- tern: disable-tx ----
create index concurrently on my_table (id);
You can disable DDL transactions during a migration with tern by adding the magic comment to the top of the migration file:
---- tern: disable-tx ----
create index concurrently on my_table (id);