don't fill in outbox field from inbox to ensure consistency

This commit is contained in:
TudbuT 2024-11-03 19:28:33 +01:00 committed by tudbut
parent dc6e8d930b
commit f14057311e

View file

@ -5,8 +5,6 @@ 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