Skip to content

Instantly share code, notes, and snippets.

@gzigzigzeo
Last active February 15, 2024 17:53
Show Gist options
  • Save gzigzigzeo/1a62ae1f1526149bd89e40530511fa00 to your computer and use it in GitHub Desktop.
Save gzigzigzeo/1a62ae1f1526149bd89e40530511fa00 to your computer and use it in GitHub Desktop.
test.sql
main:
postgres=# select * from users limit 1;
user_id | username | traits | properties | status | source
---------+-------------------------------+--------+------------+----------------------+----------
1 | @teleport-access-approval-bot | | | {"is_locked": false} | TELEPORT
(1 row)
chore/unique_key:
postgres=# select * from users limit 1;
user_id | username | traits | properties | status | source | unique_key
---------+-------------------------------+--------+------------+----------------------+----------+------------
1 | @teleport-access-approval-bot | | | {"is_locked": false} | TELEPORT |
(1 row)
postgres=#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment