Fix deprecation message fixes #880
This commit is contained in:
parent
27553ce892
commit
7187245879
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ namespace TShockAPI.DB
|
||||||
/// Ensures a table exists and that its structure is correct
|
/// Ensures a table exists and that its structure is correct
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="table">The table name</param>
|
/// <param name="table">The table name</param>
|
||||||
[Obsolete("This method will be replaced by EnsureTableExists.")]
|
[Obsolete("This method will be replaced by EnsureTableStructure.")]
|
||||||
public void EnsureExists(SqlTable table)
|
public void EnsureExists(SqlTable table)
|
||||||
{
|
{
|
||||||
EnsureTableStructure(table);
|
EnsureTableStructure(table);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue