Skip to content

Commit

Permalink
remove unused _timestamp field from mappings
Browse files Browse the repository at this point in the history
Fixes #1268
  • Loading branch information
haarg committed Sep 26, 2024
1 parent 179eb32 commit ff66a39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/MetaCPAN/Script/Mapping/User/Account.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ use warnings;

sub mapping {
'{
"_timestamp" : {
"enabled" : true
},
"dynamic" : "false",
"properties" : {
"access_token" : {
Expand Down
3 changes: 0 additions & 3 deletions lib/MetaCPAN/Script/Mapping/User/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ use warnings;

sub mapping {
'{
"_timestamp" : {
"enabled" : true
},
"dynamic" : "false"
}';
}
Expand Down

0 comments on commit ff66a39

Please sign in to comment.