Skip to content

Commit 417caa4

Browse files
authored
fix(databases): remove internal implementation note from show sql_prefix (#220)
Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
1 parent 05c91ae commit 417caa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/databases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ pub fn get(workspace_id: &str, id_or_name: &str, format: &str) {
880880
"{}{}",
881881
label("sql_prefix:"),
882882
format!(
883-
"{catalog}.{{schema}}.{{table}} (pass X-Database-Id header when querying)"
883+
"{catalog}.{{schema}}.{{table}}"
884884
)
885885
.green()
886886
);

0 commit comments

Comments
 (0)