put needs more adjustements

This commit is contained in:
filipriec
2025-07-12 11:06:11 +02:00
parent e0ee48eb9c
commit 0e3a7a06a3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// src/tables_data/handlers/put_table_data.rs
// TODO HEAVY REWORK IS NEEDED, SCRIPT FIXES ARE NEEDED FIRST
// TODO WORK ON SCRIPTS INPUT OUTPUT HAS TO BE CHECKED
use tonic::Status;
use sqlx::{PgPool, Arguments, Row};

View File

@@ -1,4 +1,4 @@
// tests/tables_data/put/mod.rs
// pub mod put_table_data_test;
// pub mod put_table_data_test;
pub mod put_table_data_steel_decimal_test;