From 9b0af96927426c37425701259067c3f213b6f242 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" <193874+carols10cents@users.noreply.github.com> Date: Fri, 4 Nov 2022 13:39:25 -0400 Subject: [PATCH] docs: Add a link to the idpe issue Co-authored-by: Andrew Lamb --- iox_catalog/src/postgres.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/iox_catalog/src/postgres.rs b/iox_catalog/src/postgres.rs index 378586cad8..23004a9029 100644 --- a/iox_catalog/src/postgres.rs +++ b/iox_catalog/src/postgres.rs @@ -959,6 +959,7 @@ WHERE table_id = $1; // // - // - + // - let out = sqlx::query_as::<_, Column>( r#" INSERT INTO column_name ( name, table_id, column_type )