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
/// Assigning a UUID to a table/view should only be done when creating the table/view. It is not safe to re-assign the UUID if a table/view already has a UUID assigned
96
-
AssignUUID{
96
+
AssignUuid{
97
97
/// new uuid
98
98
uuid:String,
99
99
},
@@ -261,7 +261,7 @@ pub enum TableRequirement {
261
261
)]
262
262
pubenumViewUpdate<T:Materialization>{
263
263
/// Assigning a UUID to a table/view should only be done when creating the table/view. It is not safe to re-assign the UUID if a table/view already has a UUID assigned
0 commit comments