Hash : bb810201 Author : Thomas de Grivel Date : 2021-11-16T17:03:44
Download
1 2 3 4 5 6 7 8 9
defmodule Kmxgit.Repo.Migrations.AddSshKeysToUsers do use Ecto.Migration def change do alter table(:users) do add :ssh_keys, :text end end end