mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🎉 Add priority field to tasks table.
This commit is contained in:
parent
817c22dc3c
commit
6356755f06
@ -5,6 +5,7 @@ CREATE TABLE task (
|
||||
modified_at timestamptz NOT NULL DEFAULT clock_timestamp(),
|
||||
completed_at timestamptz NULL DEFAULT NULL,
|
||||
scheduled_at timestamptz NOT NULL,
|
||||
priority smallint DEFAULT 100,
|
||||
|
||||
queue text NOT NULL,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user