From 47e171a5b861e54f929b0506a0c87b0e1e5dc5e6 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 10 Mar 2026 15:18:57 -0600 Subject: [PATCH] fix: add missing newline and comment for trigger testing in migration script --- supabase/migrations/20260310154853_realtime.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/supabase/migrations/20260310154853_realtime.sql b/supabase/migrations/20260310154853_realtime.sql index ab23023..2eba56e 100644 --- a/supabase/migrations/20260310154853_realtime.sql +++ b/supabase/migrations/20260310154853_realtime.sql @@ -4,4 +4,6 @@ alter publication supabase_realtime add table plan_mensajes_ia; alter publication supabase_realtime add table asignaturas; -alter publication supabase_realtime add table planes_estudio; \ No newline at end of file +alter publication supabase_realtime add table planes_estudio; + +-- Comentario para probar el trigger \ No newline at end of file