mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
revisited all const/ auto &[
This commit is contained in:
@@ -71,7 +71,7 @@ std::vector<std::shared_ptr<Migration>> Migrator::run(const MigrateOptions optio
|
||||
each migration's execution. We will also extract a few of the options. */
|
||||
auto batch = m_repository->getNextBatchNumber();
|
||||
|
||||
const auto &[pretend, step, unused1, unused2] = options;
|
||||
const auto [pretend, step, unused1, unused2] = options;
|
||||
|
||||
/* Once we have the vector of migrations, we will spin through them and run the
|
||||
migrations "up" so the changes are made to the databases. We'll then log
|
||||
|
||||
Reference in New Issue
Block a user