forked from AkkomaGang/akkoma
Use best-effort guessing the url of the outbox for known users
This commit is contained in:
parent
134d395a74
commit
f08ca527ff
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ def up do
|
|||
alter table(:users) do
|
||||
add_if_not_exists(:outbox, :text)
|
||||
end
|
||||
|
||||
execute("update users set outbox = replace(inbox, 'inbox', 'outbox')")
|
||||
end
|
||||
|
||||
def down do
|
||||
|
|
Loading…
Reference in a new issue