Skip to content

Commit 1d66c1d

Browse files
committed
SqlOperation
1 parent 02f4c56 commit 1d66c1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Provider/src/FirebirdSql.EntityFrameworkCore.Firebird/Migrations/FbMigrationsSqlGenerator.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@ protected override void Generate(DropUniqueConstraintOperation operation, IModel
249249
=> base.Generate(operation, model, builder);
250250

251251

252+
protected override void Generate(SqlOperation operation, IModel model, MigrationCommandListBuilder builder)
253+
=> base.Generate(operation, model, builder);
254+
255+
252256
protected override void ColumnDefinition(string schema, string table, string name, Type clrType, string type, bool? unicode, int? maxLength, bool? fixedLength, bool rowVersion, bool nullable, object defaultValue, string defaultValueSql, string computedColumnSql, IAnnotatable annotatable, IModel model, MigrationCommandListBuilder builder)
253257
{
254258
builder.Append(Dependencies.SqlGenerationHelper.DelimitIdentifier(name))

0 commit comments

Comments
 (0)