Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
b89fc1f2
Commit
b89fc1f2
authored
Aug 12, 2020
by
feld
Browse files
Add warning to the migration
parent
ff4e282a
Pipeline
#29702
failed with stages
in 16 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
priv/repo/migrations/20200811143147_ap_id_not_null.exs
View file @
b89fc1f2
...
...
@@ -2,6 +2,8 @@ defmodule Pleroma.Repo.Migrations.ApIdNotNull do
use
Ecto
.
Migration
def
up
do
Logger
.
warn
(
"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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment