TransactionMode represents the transaction execution mode for a migration script.
| 432 | |
| 433 | // TransactionMode represents the transaction execution mode for a migration script. |
| 434 | type TransactionMode string |
| 435 | |
| 436 | const ( |
| 437 | // TransactionModeOn wraps the script in a single transaction. |
no outgoing calls
no test coverage detected