Skip to content

Commit 2dcc9a9

Browse files
committed
Add updated date to Typesense collection schema
1 parent c06f3f3 commit 2dcc9a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/scout.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
'name' => 'content',
201201
'type' => 'string',
202202
],
203+
[
204+
'name' => 'updated_at',
205+
'type' => 'int64',
206+
],
203207
],
204208
],
205209
'search-parameters' => [

0 commit comments

Comments
 (0)