Skip to content

Commit 864cc54

Browse files
author
Thomas Mahlberg
committed
Update string escapes
1 parent 8441262 commit 864cc54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KustoSchemaTools/Model/Table.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public List<DatabaseScriptContainer> CreateScripts(string name)
5555

5656
if (!string.IsNullOrEmpty(RowLevelSecurity))
5757
{
58-
scripts.Add(new DatabaseScriptContainer("RowLevelSecurity", 57, $".alter table {name} policy row_level_security enable \"{RowLevelSecurity}\""));
58+
scripts.Add(new DatabaseScriptContainer("RowLevelSecurity", 57, $".alter table {name} policy row_level_security enable ```{RowLevelSecurity}```"));
5959
}
6060
else
6161
{

0 commit comments

Comments
 (0)