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
scripts.Add(newDatabaseScriptContainer("CreateMaterializedView",Kind=="table"?40:41,$".create async ifnotexists materialized-view with ({properties}) {name} on {Kind}{Source} {{ {Query} }}",true));
@@ -49,21 +53,11 @@ public List<DatabaseScriptContainer> CreateScripts(string name, bool isNew)
49
53
{
50
54
scripts.Add(newDatabaseScriptContainer("CreateMaterializedView",Kind=="table"?40:41,$".create-or-alter materialized-view with ({properties}) {name} on {Kind}{Source} {{ {Query} }}"));
0 commit comments