fixing issue with cmd.Commandtext
This commit is contained in:
parent
ce0d48709d
commit
bbbb847110
@ -110,7 +110,7 @@ namespace ChaosBot.Database
|
||||
{
|
||||
foreach (var cmd in cmds)
|
||||
{
|
||||
command.CommandText = cmd.ToString();
|
||||
command.CommandText = cmd.CommandText;
|
||||
command.ExecuteNonQuery();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user