Fix more random tab/spaces in SqlTable.cs
This commit is contained in:
parent
7187245879
commit
caf3c662eb
1 changed files with 2 additions and 2 deletions
|
|
@ -73,10 +73,10 @@ namespace TShockAPI.DB
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Ensures a table exists and that its structure is correct
|
||||
/// Ensures a table exists and that its structure is correct
|
||||
/// </summary>
|
||||
/// <param name="table">The table name</param>
|
||||
[Obsolete("This method will be replaced by EnsureTableStructure.")]
|
||||
[Obsolete("This method will be replaced by EnsureTableStructure.")]
|
||||
public void EnsureExists(SqlTable table)
|
||||
{
|
||||
EnsureTableStructure(table);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue