Skip to content
Snippets Groups Projects
Commit abb349bd authored by href's avatar href
Browse files

Merge branch 'fix-info-id' into 'develop'

Fix info ids.

Closes #511

See merge request pleroma/pleroma!702
parents 5067b791 ab03f812
No related branches found
No related tags found
No related merge requests found
defmodule Pleroma.Repo.Migrations.FixInfoIds do
use Ecto.Migration
def change do
execute(
"update users set info = jsonb_set(info, '{id}', to_jsonb(uuid_generate_v4())) where info->'id' is null;"
)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment