Introduce a table to store JWT tokens for Code Suggestions on SM instances.
In this MR, the table & the model is no-op, we just preparing the ground via small MRs.
See #416996 (closed)
Run the migration.
In rails c
, check that the table exists and is accessible via the model:
[1] pry(main)> ::Ai::ServiceAccessToken.count
Ai::ServiceAccessToken Count (0.5ms) SELECT COUNT(*) FROM "service_access_tokens" /*application:console,db_config_name:main,console_hostname:Alekseis-MBP-2.home,console_username:al,line:(pry):1:in `__pry__'*/
=> 0
[2] pry(main)>
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #416996 (closed)