Format fix
This commit is contained in:
parent
0f7d421bc6
commit
5b246ce641
1 changed files with 3 additions and 3 deletions
|
|
@ -74,9 +74,9 @@ namespace TShockAPI
|
||||||
);
|
);
|
||||||
|
|
||||||
var creator = new SqlTableCreator(db,
|
var creator = new SqlTableCreator(db,
|
||||||
db.GetSqlType() == SqlType.Sqlite
|
db.GetSqlType() == SqlType.Sqlite
|
||||||
? (IQueryBuilder)new SqliteQueryCreator()
|
? (IQueryBuilder) new SqliteQueryCreator()
|
||||||
: new MysqlQueryCreator());
|
: new MysqlQueryCreator());
|
||||||
creator.EnsureTableStructure(table);
|
creator.EnsureTableStructure(table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue