Files
coder/coderd/database/migrations/000016_api_key_lifetime.down.sql
Steven Masley 913c0f5e7f feat: Longer lived api keys for cli (#1935)
* feat: Longer lived api keys for cli
* feat: Refresh tokens based on their lifetime set in the db
* test: Add unit test for refreshing
2022-06-01 14:58:55 -05:00

2 lines
51 B
SQL

ALTER TABLE api_keys DROP COLUMN lifetime_seconds;