sso-core/migrations/0003_round_killmonger.sql

1 line
116 B
MySQL
Raw Permalink Normal View History

2024-06-08 12:39:52 +00:00
ALTER TABLE `o_auth2_token` MODIFY COLUMN `type` enum('code','device_code','access_token','refresh_token') NOT NULL;