Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F162770
20200811143147_ap_id_not_null.exs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
519 B
Referenced Files
None
Subscribers
None
20200811143147_ap_id_not_null.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.ApIdNotNull
do
use
Ecto.Migration
require
Logger
def
up
do
Logger
.
warning
(
"If this migration fails please open an issue at https://git.pleroma.social/pleroma/pleroma/-/issues/new
\n
"
)
alter
table
(
:users
)
do
modify
(
:ap_id
,
:string
,
null
:
false
)
end
end
def
down
do
:ok
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Fri, Feb 21, 6:04 PM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
66847
Default Alt Text
20200811143147_ap_id_not_null.exs (519 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment