Skip to content

Commit a1f19e4

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Minor changes
1 parent fd6c48e commit a1f19e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Migrator/Framework/Index.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public class Index : IDbField
3939
/// <summary>
4040
/// Gets or sets items that represent filter expressions in filtered indexes. Currently string, integer and boolean values are supported.
4141
/// Attention: In SQL Server the column used in the filter must be NOT NULL.
42-
/// Oracle: Not supported for Oracle
4342
/// </summary>
4443
public List<FilterItem> FilterItems { get; set; } = [];
4544
}

0 commit comments

Comments
 (0)