mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
Fix typo
This commit is contained in:
@ -50,7 +50,7 @@ public class RerunableSqlTableJournal : SqlTableJournal
|
|||||||
return command;
|
return command;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string GetInsertJournalEntrySql(string @scriptName, string @applied, string @rerrunable)
|
protected string GetInsertJournalEntrySql(string @scriptName, string @applied, string @rerrunable)
|
||||||
{
|
{
|
||||||
return $"insert into {FqSchemaTableName} (ScriptName, Applied, Rerunable) values ({@scriptName}, {@applied}, {@rerrunable})";
|
return $"insert into {FqSchemaTableName} (ScriptName, Applied, Rerunable) values ({@scriptName}, {@applied}, {@rerrunable})";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user