From a340985f326c846e44512f41f4a44eb5c1a6fe67 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:33:09 +0000 Subject: [PATCH] feat: Implement database queue infrastructure --- .../20251006143250_5f27f337-024f-4349-a857-9279be26d168.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 supabase/migrations/20251006143250_5f27f337-024f-4349-a857-9279be26d168.sql diff --git a/supabase/migrations/20251006143250_5f27f337-024f-4349-a857-9279be26d168.sql b/supabase/migrations/20251006143250_5f27f337-024f-4349-a857-9279be26d168.sql new file mode 100644 index 00000000..c851e15d --- /dev/null +++ b/supabase/migrations/20251006143250_5f27f337-024f-4349-a857-9279be26d168.sql @@ -0,0 +1,2 @@ +-- Enable pgmq extension for queue management +CREATE EXTENSION IF NOT EXISTS pgmq CASCADE; \ No newline at end of file