db/migrations/V202504140953__rename_idapi_tables.sql (2 lines of code) (raw):

-- -- Rename tables used exclusively by Identity API to be prefixed with `idapi` -- ALTER TABLE clients RENAME TO idapi_clients; ALTER TABLE client_access_tokens RENAME TO idapi_client_access_tokens;