Method: Sequel::MigrationDSL#transaction
- Defined in:
- lib/sequel/extensions/migration.rb
#transaction ⇒ Object
Enable the use of transactions for the related migration
142 143 144 |
# File 'lib/sequel/extensions/migration.rb', line 142 def transaction migration.use_transactions = true end |