korhonen.cc/content/posts/migrate_misskey_root_account/code/query_users.sql
Marko Korhonen 12b21aec19
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add finnish version of the first post, refactor AsciiDoc on other pages
Now the documents follow the AsciiDoctor best practices https://asciidoctor.org/docs/asciidoc-recommended-practices/
2024-01-28 11:40:09 +02:00

7 lines
234 B
SQL

misskey=# SELECT id, username, "isRoot" from "user" WHERE host IS NULL;
id | username | isRoot
------------+-------------+--------
98wzsyrur6 | relay.actor | f
9n1njqolcd | root | f
9n342nasd3 | marko | t