handle unfiled tasks (#51)
This commit is contained in:
parent
d57fdd0d0f
commit
8201dfbf7a
5 changed files with 29 additions and 9 deletions
|
@ -0,0 +1,9 @@
|
|||
defmodule Planner.Repo.Migrations.RemoveFieldFiledAtFromTasks do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:tasks) do
|
||||
remove(:filed_at)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue