wip
This commit is contained in:
parent
447b27f69b
commit
4dc03f2cbf
3 changed files with 5 additions and 99 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using Insight.Database;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
|
@ -101,7 +102,7 @@ namespace Database.Tenants
|
|||
{
|
||||
foreach (var sql in sqlCommands)
|
||||
{
|
||||
_db.ExecuteSql(sql, transaction: transaction);
|
||||
_db.Execute(sql, transaction: transaction);
|
||||
}
|
||||
transaction.Commit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue