Guest User

Untitled

a guest
Jan 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. root@gitlab:/# gitlab-psql
  2. psql (9.6.8)
  3. Type "help" for help.
  4.  
  5. gitlabhq_production=#
  6. gitlabhq_production=# select a.name,a.username,b.fingerprint
  7. from users a, keys b where a.id=b.user_id;
  8.  
  9. name | username | fingerprint
  10. ---------------+----------+-------------------------------------------------
  11. Administrator | root | f4:cc:ec:76:d0:1c:86:1d:45:6d:a7:6e:b3:df:32:7c
  12. (1 row)
Add Comment
Please, Sign In to add comment