generated tables are now in gen schema, breaking change, needs crucial fixes NOW
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user