From 1b5a3eb775e74eaf380dbc85c6fdf4cf0b2aee68 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:36:26 +0000 Subject: [PATCH] Remove --no-event-triggers flag from fast_import Neon now supports event triggers, so this flag is no longer needed. The flag was preventing event triggers from being included in database imports, but since Neon supports them, we should allow them to be imported along with other database objects. Co-Authored-By: Daniel --- compute_tools/src/bin/fast_import.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compute_tools/src/bin/fast_import.rs b/compute_tools/src/bin/fast_import.rs index 0eca9aba53..70d5349673 100644 --- a/compute_tools/src/bin/fast_import.rs +++ b/compute_tools/src/bin/fast_import.rs @@ -346,7 +346,6 @@ async fn run_dump_restore( "--no-security-labels".to_string(), "--no-subscriptions".to_string(), "--no-tablespaces".to_string(), - "--no-event-triggers".to_string(), // format "--format".to_string(), "directory".to_string(),