mirror of
https://github.com/traccar/traccar.git
synced 2025-12-24 00:00:20 -05:00
Fix PostgreSQL changelog
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
|
||||
CREATE INDEX IF NOT EXISTS tc_actions_id_idx ON tc_actions(id);
|
||||
|
||||
PERFORM add_retention_policy('tc_actions', INTERVAL '1 year');
|
||||
PERFORM add_retention_policy('tc_positions', INTERVAL '1 year');
|
||||
PERFORM add_retention_policy('tc_events', INTERVAL '1 year');
|
||||
SELECT add_retention_policy('tc_actions', INTERVAL '1 year');
|
||||
SELECT add_retention_policy('tc_positions', INTERVAL '1 year');
|
||||
SELECT add_retention_policy('tc_events', INTERVAL '1 year');
|
||||
</sql>
|
||||
|
||||
</changeSet>
|
||||
|
||||
Reference in New Issue
Block a user