mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:31:11 -05:00
Fix: Remove old versioning functions
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
-- Enable pg_cron extension for automated cleanup
|
||||||
|
CREATE EXTENSION IF NOT EXISTS pg_cron;
|
||||||
|
|
||||||
|
-- Grant necessary permissions to postgres role
|
||||||
|
GRANT USAGE ON SCHEMA cron TO postgres;
|
||||||
|
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA cron TO postgres;
|
||||||
Reference in New Issue
Block a user