forked from AkkomaGang/akkoma
Add warning to the migration
This commit is contained in:
parent
ff4e282aad
commit
b89fc1f227
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ defmodule Pleroma.Repo.Migrations.ApIdNotNull do
|
||||||
use Ecto.Migration
|
use Ecto.Migration
|
||||||
|
|
||||||
def up do
|
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
|
alter table(:users) do
|
||||||
modify(:ap_id, :string, null: false)
|
modify(:ap_id, :string, null: false)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue