mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
3c91184726
This PR drops the `cache_creation_input_tokens_this_month ` and `cache_read_input_tokens_this_month ` columns from the `usages` table in the LLM database. We mistakenly added these in #18834, but these aren't necessary due to the structure of the `usages` table. We weren't actually using these columns anywhere. Release Notes: - N/A |
||
---|---|---|
.. | ||
20240806182921_create_providers_and_models.sql | ||
20240806213401_create_usages.sql | ||
20240809130000_change_rate_limit_columns_to_bigint.sql | ||
20240809160000_add_pricing_columns_to_models.sql | ||
20240812184444_add_is_staff_to_usages.sql | ||
20240812225346_create_lifetime_usages.sql | ||
20240813002237_add_revoked_access_tokens_table.sql | ||
20241007173634_add_cache_token_counts.sql | ||
20241007220716_drop_incorrect_usages_columns.sql |