parent
94fe050c4a
commit
c52a497075
7 changed files with 93 additions and 44 deletions
|
|
@ -3,7 +3,7 @@ create table tasks
|
|||
id integer not null
|
||||
constraint tasks_pk
|
||||
primary key autoincrement,
|
||||
payload_key ANY not null
|
||||
payload_key TEXT not null
|
||||
constraint tasks_payload_key
|
||||
unique on conflict ignore,
|
||||
payload TEXT not null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue