mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Fix typo
This commit is contained in:
@ -50,7 +50,7 @@ public class RerunableSqlTableJournal : SqlTableJournal
|
||||
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})";
|
||||
}
|
||||
|
Reference in New Issue
Block a user