We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445c025 commit d057e29Copy full SHA for d057e29
src/EFCore.Ydb/src/Migrations/Internal/YdbHistoryRepository.cs
@@ -180,7 +180,7 @@ private IReadOnlyList<MigrationCommand> SelectHistoryTableCommand() =>
180
new SqlOperation
181
{
182
Sql = $"SELECT * FROM {SqlGenerationHelper.DelimitIdentifier(TableName, TableSchema)}" +
183
- $" WHERE MigrationId = '{LockKey}';"
+ $" WHERE '{MigrationIdColumnName}' = '{LockKey}';"
184
}
185
});
186
0 commit comments