Skip to content

Commit 5b44243

Browse files
committed
added _deletedAt to $deletedAt translation
1 parent 3db51ec commit 5b44243

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Database/Adapter/SQL.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,7 @@ protected function getInternalKeyForAttribute(string $attribute): string
17381738
'$tenant' => '_tenant',
17391739
'$createdAt' => '_createdAt',
17401740
'$updatedAt' => '_updatedAt',
1741+
'$deletedAt' => '_deletedAt',
17411742
'$permissions' => '_permissions',
17421743
default => $attribute
17431744
};

0 commit comments

Comments
 (0)