You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result.Add(newBasicChange("FollowerDatabase","PermissionsModificationKind",$" Change Permission-Modification-Kind from {oldState.Permissions.ModificationKind} to {newState.Permissions.ModificationKind}",newList<DatabaseScriptContainer>
result.Add(newBasicChange("FollowerDatabase","ChangeModificationKind",$"Change Caching-Modification-Kind from {oldState.Cache.ModificationKind} to {newState.Cache.ModificationKind}",newList<DatabaseScriptContainer>
@@ -246,14 +247,14 @@ .. GenerateFollowerCachingChanges(oldState, newState, db => db.MaterializedViews
246
247
{
247
248
result.Add(newBasicChange("FollowerDatabase","ChangeDefaultHotCache",$"From {oldState.Cache.DefaultHotCache} to {newState.Cache.DefaultHotCache}",newList<DatabaseScriptContainer>
248
249
{
249
-
newDatabaseScriptContainer(newDatabaseScript($".alter follower database {newState.DatabaseName} policy caching hot = {newState.Cache.DefaultHotCache}",0),"FollowerChangeDefaultHotCache")
250
+
newDatabaseScriptContainer(newDatabaseScript($".alter follower database {newState.DatabaseName.BracketIfIdentifier()} policy caching hot = {newState.Cache.DefaultHotCache}",0),"FollowerChangeDefaultHotCache")
250
251
}));
251
252
}
252
253
else
253
254
{
254
255
result.Add(newBasicChange("FollowerDatabase","DeleteDefaultHotCache",$"Remove Default Hot Cache",newList<DatabaseScriptContainer>
0 commit comments