All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openremote.manager.setup.database.V20230120_01__Timescale.sql Maven / Gradle / Ivy

SELECT public.create_hypertable('asset_datapoint', 'timestamp', if_not_exists := true, migrate_data := true);
SELECT public.create_hypertable('asset_predicted_datapoint', 'timestamp', if_not_exists := true, migrate_data := true);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy