Skip to content

Commit 705e6de

Browse files
committed
Add primary key to hook_scheme
1 parent 5381be3 commit 705e6de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

os2forms_failed_jobs.install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ function os2forms_failed_jobs_schema(): array {
3636
'length' => '128',
3737
],
3838
],
39+
'primary key' => [
40+
'job_id'
41+
],
3942
'indexes' => [
4043
'job_id' => [
4144
'job_id',

0 commit comments

Comments
 (0)