Skip to content

Commit 224ea14

Browse files
authored
Merge pull request #1271 from metacpan/haarg/remove-timestamp
remove unused _timestamp field from mappings
2 parents 179eb32 + ff66a39 commit 224ea14

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/MetaCPAN/Script/Mapping/User/Account.pm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ use warnings;
55

66
sub mapping {
77
'{
8-
"_timestamp" : {
9-
"enabled" : true
10-
},
118
"dynamic" : "false",
129
"properties" : {
1310
"access_token" : {

lib/MetaCPAN/Script/Mapping/User/Session.pm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ use warnings;
55

66
sub mapping {
77
'{
8-
"_timestamp" : {
9-
"enabled" : true
10-
},
118
"dynamic" : "false"
129
}';
1310
}

0 commit comments

Comments
 (0)