moved code in steel, time to implement working steel next
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
use tonic::Status;
|
||||
use sqlx::{PgPool, Error as SqlxError};
|
||||
use common::proto::multieko2::table_script::{PostTableScriptRequest, TableScriptResponse};
|
||||
use crate::steel::validation::script::validate_script;
|
||||
use crate::steel::server::script::validate_script;
|
||||
use serde_json::Value;
|
||||
|
||||
// Add these imports for the execution module and ScriptOperation
|
||||
use crate::steel::handlers::execution::{self, ScriptOperation};
|
||||
use crate::steel::server::execution::{self, ScriptOperation};
|
||||
|
||||
const SYSTEM_COLUMNS: &[&str] = &["id", "deleted", "created_at"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user