We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354d88f commit e264782Copy full SHA for e264782
crates/query-engine/translation/src/translation/mutation/experimental/insert.rs
@@ -24,7 +24,7 @@ pub fn generate(
24
collection_name: &str,
25
table_info: &database::TableInfo,
26
) -> (String, InsertMutation) {
27
- let name = format!("v1_insert_{collection_name}");
+ let name = format!("experimental_insert_{collection_name}");
28
29
let description = format!("Insert into the {collection_name} table",);
30
0 commit comments