forked from AkkomaGang/akkoma
Initialize hide_network with false
This commit is contained in:
parent
16ce129e38
commit
cd6606b7f6
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ defmodule Pleroma.Repo.Migrations.SplitHideNetwork do
|
|||
use Ecto.Migration
|
||||
|
||||
def up do
|
||||
execute("UPDATE users SET info = '{\"hide_network\": false}'::jsonb WHERE NOT(info::jsonb ? 'hide_network')")
|
||||
execute("UPDATE users SET info = jsonb_set(info, '{hide_followings}'::text[], info->'hide_network')")
|
||||
execute("UPDATE users SET info = jsonb_set(info, '{hide_followers}'::text[], info->'hide_network')")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue