mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* feat: Longer lived api keys for cli * feat: Refresh tokens based on their lifetime set in the db * test: Add unit test for refreshing
2 lines
51 B
SQL
2 lines
51 B
SQL
ALTER TABLE api_keys DROP COLUMN lifetime_seconds;
|