unimportant
This commit is contained in:
@@ -42,6 +42,8 @@ move_word_next = ["Ctrl+Right"]
|
|||||||
move_word_prev = ["Ctrl+Left"]
|
move_word_prev = ["Ctrl+Left"]
|
||||||
next_field = ["Tab"]
|
next_field = ["Tab"]
|
||||||
prev_field = ["Shift+Tab"]
|
prev_field = ["Shift+Tab"]
|
||||||
|
trigger_autocomplete = ["Ctrl+p"]
|
||||||
|
|
||||||
|
|
||||||
# Suggestion/autocomplete keybindings
|
# Suggestion/autocomplete keybindings
|
||||||
[keybindings.suggestions]
|
[keybindings.suggestions]
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ use sqlx::{PgPool, Transaction, Postgres};
|
|||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
use common::proto::komp_ac::table_definition::{PostTableDefinitionRequest, TableDefinitionResponse};
|
use common::proto::komp_ac::table_definition::{PostTableDefinitionRequest, TableDefinitionResponse};
|
||||||
|
|
||||||
|
// TODO CRITICAL add decimal with optional precision"
|
||||||
const PREDEFINED_FIELD_TYPES: &[(&str, &str)] = &[
|
const PREDEFINED_FIELD_TYPES: &[(&str, &str)] = &[
|
||||||
("text", "TEXT"),
|
("text", "TEXT"),
|
||||||
("string", "TEXT"),
|
("string", "TEXT"),
|
||||||
|
|||||||
Reference in New Issue
Block a user