First workflow implementation

This commit is contained in:
Achim Rohn
2026-03-21 16:11:24 +00:00
parent a15ca501b8
commit 413dbb72cf
13 changed files with 457 additions and 13 deletions
+1
View File
@@ -38,6 +38,7 @@ var (
{Name: "updated_at", Type: field.TypeTime},
{Name: "processed_at", Type: field.TypeTime, Nullable: true},
{Name: "user_id", Type: field.TypeInt},
{Name: "workflow_id", Type: field.TypeString, Nullable: true},
}
// GeneralQueueTable holds the schema information for the "generalQueue" table.
GeneralQueueTable = &schema.Table{