Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33102505
20210401143153_user_notification_settings_fix.exs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
579 B
Referenced Files
None
Subscribers
None
20210401143153_user_notification_settings_fix.exs
View Options
# 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
Details
Attached
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)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment