5 lines
109 B
SQL
5 lines
109 B
SQL
CREATE TABLE `reminder_worker_state` (
|
|
`id` text PRIMARY KEY NOT NULL,
|
|
`blocked_until` integer NOT NULL
|
|
);
|