Merge branch 'main' of gitlab.com:filipriec/komp_ac

This commit is contained in:
filipriec
2025-08-02 15:42:56 +02:00
134 changed files with 13583 additions and 3604 deletions

View File

@@ -5,6 +5,7 @@ use sqlx::{PgPool, Transaction, Postgres};
use serde_json::json;
use common::proto::komp_ac::table_definition::{PostTableDefinitionRequest, TableDefinitionResponse};
// TODO CRITICAL add decimal with optional precision"
const PREDEFINED_FIELD_TYPES: &[(&str, &str)] = &[
("text", "TEXT"),
("string", "TEXT"),