Event Timeline
Comment Actions
14:21:51 swh-deposit@db1:5432=> select * from deposit_client dc inner join auth_user u on user_ptr_id=u.id where u.username='hal-preprod' ; +-[ RECORD 1 ]-+--------------------------------------------------------------------------------+ | user_ptr_id | 5 | | collections | {4} | | provider_url | https://inria.halpreprod.archives-ouvertes.fr/ | | domain | halpreprod.archives-ouvertes.fr | | id | 5 | | password | <redacted> | | last_login | (null) | | is_superuser | f | | username | hal-preprod | | first_name | | | last_name | | | email | | | is_staff | f | | is_active | t | | date_joined | 2019-05-13 11:53:32.301258+00 | +--------------+--------------------------------------------------------------------------------+ 14:23:46 swh-deposit@db1:5432=> select * from deposit_collection where name like 'hal%'; +----+-------------+ | id | name | +----+-------------+ | 1 | hal | | 4 | hal-preprod | | 5 | hal-test | +----+-------------+ (3 rows)
Time: 6.484 ms