feat: Implement database queue infrastructure

This commit is contained in:
gpt-engineer-app[bot]
2025-10-06 14:33:09 +00:00
parent 6919f396e6
commit a340985f32

View File

@@ -0,0 +1,2 @@
-- Enable pgmq extension for queue management
CREATE EXTENSION IF NOT EXISTS pgmq CASCADE;