Skip to content

Commit a3f63b6

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
RemoveAllConstraints => obsolete
1 parent 2973cf1 commit a3f63b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Migrator/Framework/ITransformationProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ public interface ITransformationProvider : IDisposable
518518
/// Removes PK, FKs, Unique and CHECK constraints.
519519
/// </summary>
520520
/// <param name="table"></param>
521+
[Obsolete("Drop all constraints separately.")]
521522
void RemoveAllConstraints(string table);
522523

523524
/// <summary>

0 commit comments

Comments
 (0)