20220302013920_add_language_to_users.exs (183B)
- defmodule Pleroma.Repo.Migrations.AddLanguageToUsers do
- use Ecto.Migration
- def change do
- alter table(:users) do
- add_if_not_exists(:language, :string)
- end
- end
- end
git clone https://hacktivis.me/git/pleroma.git
20220302013920_add_language_to_users.exs (183B)
- defmodule Pleroma.Repo.Migrations.AddLanguageToUsers do
- use Ecto.Migration
- def change do
- alter table(:users) do
- add_if_not_exists(:language, :string)
- end
- end
- end