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