Skip to content

Commit 4aa72e3

Browse files
committed
Passing model.
1 parent 894205c commit 4aa72e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.EntityFrameworkCore.Firebird.Tests/Migrations/MigrationsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ IReadOnlyList<MigrationCommand> Generate(IReadOnlyList<MigrationOperation> opera
119119
using (var db = GetDbContext<FbTestDbContext>())
120120
{
121121
var generator = db.GetService<IMigrationsSqlGenerator>();
122-
return generator.Generate(operations);
122+
return generator.Generate(operations, db.Model);
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)