Files
EvoBGP/migrations/postgres/000007_cdn_source_last_refreshed_at.down.sql
T
Denozordec 47764345f6 feat: enhance CDN source management with last refreshed timestamp
Added functionality to track the last refreshed timestamp for CDN sources. Updated the database schema and relevant methods to include the last refreshed timestamp during creation and updates. Implemented logic to skip fetching CDN sources based on their refresh interval, improving efficiency in the module prefix collection process. Enhanced the data retrieval methods to support the new timestamp field, ensuring accurate state management for CDN sources.
2026-04-09 16:04:53 +07:00

3 lines
61 B
SQL

ALTER TABLE module_cdn_source
DROP COLUMN last_refreshed_at;