prod code 2, time for new functionality

This commit is contained in:
filipriec
2025-07-25 00:08:16 +02:00
parent c58ce52b33
commit 38a70128b0
5 changed files with 8 additions and 9 deletions

View File

@@ -627,7 +627,7 @@ pub async fn post_table_script(
.map_err(|e| Status::invalid_argument(e))?;
// Create dependency analyzer for this schema
let analyzer = DependencyAnalyzer::new(table_def.schema_id, db_pool.clone());
let analyzer = DependencyAnalyzer::new(table_def.schema_id);
// Analyze script dependencies
let dependencies = analyzer