remove version
All checks were successful
Build and Publish / build-release (push) Successful in 1m23s

This commit is contained in:
2026-04-17 11:52:55 -05:00
parent 1152b78f3e
commit 1e493840de
5 changed files with 6 additions and 16 deletions

View File

@@ -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