defmodule Zoeyscomputer.Repo.Migrations.RemoveLinks do use Ecto.Migration def change do drop table(:links) end end