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:
@@ -10,7 +10,6 @@ defmodule WorkloadService.Repo.Migrations.CreateTasks do
|
||||
add(:submission, :map)
|
||||
add(:attachments, {:array, :string}, default: [])
|
||||
add(:status, :string, null: false, default: "created")
|
||||
add(:version, :integer, default: 1)
|
||||
|
||||
timestamps(type: :utc_datetime)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user