Procházet zdrojové kódy

update es struct

master
shenjiachi před 4 dny
rodič
revize
46ebf4dca6
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      md/es.go

+ 3
- 3
md/es.go Zobrazit soubor

@@ -202,10 +202,10 @@ const EggFriendCircleCommentEsMapping = `
"type": "integer"
},
"circle_id":{
"type": "integer"
"type": "keyword"
},
"comment_id":{
"type": "integer"
"type": "keyword"
},
"reply_comment_id":{
"type": "integer"
@@ -317,7 +317,7 @@ const EggFriendCircleLikeEsMapping = `
"type": "integer"
},
"circle_id":{
"type": "integer"
"type": "keyword"
},
"created_at":{
"type": "date",


Načítá se…
Zrušit
Uložit