Removed the dumb extension stuf

This commit is contained in:
2025-11-12 21:40:35 +00:00
parent 5ecf58ba6a
commit 10d5bdc518

View File

@@ -17,7 +17,7 @@ ALTER SCHEMA public OWNER TO meta_user;
-- Create TimescaleDB extension if it doesn't exist -- Create TimescaleDB extension if it doesn't exist
-- This provides time_bucket() and other time-series functions -- This provides time_bucket() and other time-series functions
CREATE EXTENSION IF NOT EXISTS timescaledb; --CREATE EXTENSION IF NOT EXISTS timescaledb;
-- ============================================================================ -- ============================================================================
-- METADATA TABLE -- METADATA TABLE