Skip to content

Expired station threshold #1142

Description

@Mygod

#1141 introduces expired stations support but the data goes back for an arbitrarily period of time. We should introduce a separate threshold for those. Need data to see what would be a reasonable default.

SELECT
    DATE(FROM_UNIXTIME(end_time)) AS end_date,
    COUNT(*) AS station_count
FROM station
GROUP BY end_date
ORDER BY end_date;

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions