Skip to content

Commit

Permalink
Allow saving signed integers in time (fixes #30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed May 7, 2024
1 parent 1a9db4d commit 2aa56b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contao/dca/tl_recommendation.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
'load_callback' => [
[RecommendationListener::class, 'loadTime']
],
'sql' => "int(10) unsigned NOT NULL default 0"
'sql' => "int(10) NOT NULL default 0"
],
'teaser' => [
'exclude' => true,
Expand Down

0 comments on commit 2aa56b1

Please sign in to comment.