MigrationInsertMany inserts many migration versions.
(ctx context.Context, params *MigrationInsertManyParams)
| 258 | |
| 259 | // MigrationInsertMany inserts many migration versions. |
| 260 | MigrationInsertMany(ctx context.Context, params *MigrationInsertManyParams) ([]*Migration, error) |
| 261 | |
| 262 | // MigrationInsertManyAssumingMain inserts many migrations, assuming they're |
| 263 | // on the main line. This operation is necessary for compatibility before |