Open shuheiktgw opened 3 months ago
Check the error more rigorously.
Wrench currently simply ignores an error in EnsureMigrationTable, but in some cases (for example, a Job does not have permission to access the table), it should return the error instead of ignoring it.
EnsureMigrationTable
Expected Behavior
Check the error more rigorously.
Current Behavior
Wrench currently simply ignores an error in
EnsureMigrationTable
, but in some cases (for example, a Job does not have permission to access the table), it should return the error instead of ignoring it.