Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbarkowsky committed Apr 29, 2022
1 parent 39f7fc2 commit 4ce3f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core-bundle/src/Resources/contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@
(
'id' => array
(
'sql' => "int(10) unsigned NOT NULL auto_increment"
'sql' => "int(10) unsigned NOT NULL auto_increment",
'search' => true
),
'pid' => array
(
Expand Down
3 changes: 2 additions & 1 deletion core-bundle/src/Resources/contao/dca/tl_member.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
(
'id' => array
(
'sql' => "int(10) unsigned NOT NULL auto_increment"
'sql' => "int(10) unsigned NOT NULL auto_increment",
'search' => true
),
'tstamp' => array
(
Expand Down

0 comments on commit 4ce3f6e

Please sign in to comment.