Page MenuHomePhorge

20210401143153_user_notification_settings_fix.exs
No OneTemporary

Size
579 B
Referenced Files
None
Subscribers
None

20210401143153_user_notification_settings_fix.exs

# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Repo.Migrations.UserNotificationSettingsFix do
use Ecto.Migration
def up do
execute(~s(UPDATE users
SET
notification_settings = '{"followers": true, "follows": true, "non_follows": true, "non_followers": true}'::jsonb WHERE notification_settings IS NULL
))
execute("ALTER TABLE users
ALTER COLUMN notification_settings SET NOT NULL")
end
def down do
:ok
end
end

File Metadata

Mime Type
text/x-ruby
Expires
Tue, Jan 20, 1:09 PM (3 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973182
Default Alt Text
20210401143153_user_notification_settings_fix.exs (579 B)

Event Timeline