defmodule RecycledCloud.Repo.Migrations.AddUserPartnerId do
use Ecto.Migration
def change do
alter table(:users) do
add :partner_id, :integer
end