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
aaf7bd89
Commit
aaf7bd89
authored
Aug 13, 2020
by
lain
Browse files
Migrations: Fix Logger requirements.
parent
b89fc1f2
Pipeline
#29721
passed with stages
in 17 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
priv/repo/migrations/20200811143147_ap_id_not_null.exs
View file @
aaf7bd89
defmodule
Pleroma
.
Repo
.
Migrations
.
ApIdNotNull
do
use
Ecto
.
Migration
require
Logger
def
up
do
Logger
.
warn
(
"If this migration fails please open an issue at https://git.pleroma.social/pleroma/pleroma/-/issues/new
\n
"
)
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
)
...
...
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