Skip to content
  • Yves Senn's avatar
    b3373908
    transactions can be turned off per Migration. · b3373908
    Yves Senn authored
    Closes #9483.
    
    There are SQL Queries that can't run inside a transaction. Since
    the Migrator used to wrap all Migrations inside a transaction there
    was no way to run these queries within a migration.
    
    This patch adds `self.disable_ddl_transaction!` to the migration to
    turn transactions off when necessary.
    b3373908
    transactions can be turned off per Migration.
    Yves Senn authored
    Closes #9483.
    
    There are SQL Queries that can't run inside a transaction. Since
    the Migrator used to wrap all Migrations inside a transaction there
    was no way to run these queries within a migration.
    
    This patch adds `self.disable_ddl_transaction!` to the migration to
    turn transactions off when necessary.
Loading