forked from AkkomaGang/akkoma
don't fill in outbox field from inbox to ensure consistency
This commit is contained in:
parent
dc6e8d930b
commit
f14057311e
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ def up do
|
||||||
alter table(:users) do
|
alter table(:users) do
|
||||||
add_if_not_exists(:outbox, :text)
|
add_if_not_exists(:outbox, :text)
|
||||||
end
|
end
|
||||||
|
|
||||||
execute("update users set outbox = replace(inbox, 'inbox', 'outbox')")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def down do
|
def down do
|
||||||
|
|
Loading…
Reference in a new issue