Add backfilling of posts #846

Open
tudbut wants to merge 21 commits from tudbut/akkoma:develop into develop
Showing only changes of commit f14057311e - Show all commits

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