Skip to content

Commit

Permalink
Fixes unity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Sep 22, 2023
1 parent b06c964 commit 5e2f213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Queue/QueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static function setUpBeforeClass(): void
payload text,
status varchar(100),
attempts int,
avalaibled_at datetime null default null,
reserved_at datetime null default null,
created_at datetime
)');
Expand Down

0 comments on commit 5e2f213

Please sign in to comment.