Fix syntax highlighting, static dir and add back header template
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
7bdd8253d3
commit
9fab21384d
21 changed files with 271 additions and 7 deletions
|
@ -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[]
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue