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 894205c commit 4aa72e3Copy full SHA for 4aa72e3
Provider/src/FirebirdSql.EntityFrameworkCore.Firebird.Tests/Migrations/MigrationsTests.cs
@@ -119,7 +119,7 @@ IReadOnlyList<MigrationCommand> Generate(IReadOnlyList<MigrationOperation> opera
119
using (var db = GetDbContext<FbTestDbContext>())
120
{
121
var generator = db.GetService<IMigrationsSqlGenerator>();
122
- return generator.Generate(operations);
+ return generator.Generate(operations, db.Model);
123
}
124
125
0 commit comments