Skip to content

Commit

Permalink
Obsolete UpdateAsync(string)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Apr 29, 2024
1 parent 8993f46 commit 2ce8c06
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;

Expand All @@ -22,6 +23,7 @@ public interface IDataMigrationManager
/// Updates the database to the latest version for the specified feature.
/// </summary>
/// <param name="feature">The feature to be uninstalled.</param>
[Obsolete("This method has been deprectated please use UpdateAsync(string[] features) instead.")]
Task UpdateAsync(string feature) => UpdateAsync([feature]);

/// <summary>
Expand Down

0 comments on commit 2ce8c06

Please sign in to comment.