remove version
All checks were successful
Build and Publish / build-release (push) Successful in 1m23s
All checks were successful
Build and Publish / build-release (push) Successful in 1m23s
This commit is contained in:
@@ -19,7 +19,6 @@ defmodule WorkloadService.Projections.Task do
|
||||
field(:submission, :map)
|
||||
field(:attachments, {:array, :string})
|
||||
field(:status, :string)
|
||||
field(:version, :integer, default: 1)
|
||||
|
||||
timestamps(type: :utc_datetime)
|
||||
end
|
||||
@@ -41,8 +40,7 @@ defmodule WorkloadService.Projections.Task do
|
||||
:task_info,
|
||||
:submission,
|
||||
:attachments,
|
||||
:status,
|
||||
:version
|
||||
:status
|
||||
])
|
||||
|> validate_required([
|
||||
:id,
|
||||
|
||||
Reference in New Issue
Block a user