Fix syntax highlighting, static dir and add back header template
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marko Korhonen 2024-01-27 18:32:49 +02:00
parent 7bdd8253d3
commit 9fab21384d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
21 changed files with 271 additions and 7 deletions

View file

@ -36,7 +36,7 @@ Misskey seems to save all of it's known users to the `user` table, not only
the actual local accounts. To find the local accounts only, you can use
the following query
[source]
[source,sql]
----
include::code/query_users[]
----
@ -44,7 +44,7 @@ include::code/query_users[]
Now you can simply make your new root account's `isRoot` column `true` and
your actual user account `false`. After that, the migration will work.
[source]
[source,sql]
----
include::code/update_users[]
----