generated tables are now in gen schema, breaking change, needs crucial fixes NOW

This commit is contained in:
filipriec
2025-05-27 22:21:40 +02:00
parent 7a8f18b116
commit 462b1f14e2
2 changed files with 43 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
use common::proto::multieko2::table_structure::{
GetTableStructureRequest, TableColumn, TableStructureResponse,
};
use sqlx::{PgPool, Row};
use sqlx::PgPool;
use tonic::Status;
// Helper struct to map query results