-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from TanmoySG/update-messages-schema
update messages schema and records
- Loading branch information
Showing
2 changed files
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
"email": "Purple @Purple.com", | ||
"message": "Go_purple", | ||
"name": "Purple lover", | ||
"rating": "", | ||
"customProperties": {} | ||
}, | ||
{ | ||
|
@@ -18,7 +17,6 @@ | |
"email": "[email protected]", | ||
"message": "Hello sir i came across one of your projects named as \"medical records directory\" but i cannot used it without sql file can you send me the sql file of that project", | ||
"name": "hamza", | ||
"rating": "", | ||
"customProperties": {} | ||
}, | ||
{ | ||
|
@@ -29,7 +27,6 @@ | |
"email": "jack", | ||
"message": "Hello. Oo", | ||
"name": "Hi", | ||
"rating": "", | ||
"customProperties": {} | ||
}, | ||
{ | ||
|
@@ -40,7 +37,6 @@ | |
"email": "", | ||
"message": "Love the fact that the website loads so quickly. Great work bro, GREAT WORK.", | ||
"name": "Not_Spongebob", | ||
"rating": "", | ||
"customProperties": {} | ||
}, | ||
{ | ||
|
@@ -51,7 +47,6 @@ | |
"email": "[email protected]", | ||
"message": "testing123", | ||
"name": "test", | ||
"rating": "", | ||
"customProperties": {} | ||
}, | ||
{ | ||
|
@@ -62,9 +57,9 @@ | |
"email": "", | ||
"message": "Does it get erased after submitting?", | ||
"name": "", | ||
"rating": "3", | ||
"rating": 3, | ||
"customProperties": { | ||
"userExperienceRating": "5" | ||
"userExperienceRating": 5 | ||
} | ||
}, | ||
{ | ||
|
@@ -75,9 +70,9 @@ | |
"email": "", | ||
"message": "test", | ||
"name": "", | ||
"rating": "5", | ||
"rating": 5, | ||
"customProperties": { | ||
"userExperienceRating": "5" | ||
"userExperienceRating": 5 | ||
} | ||
}, | ||
{ | ||
|
@@ -88,9 +83,9 @@ | |
"email": "", | ||
"message": "", | ||
"name": "", | ||
"rating": "5", | ||
"rating": 5, | ||
"customProperties": { | ||
"userExperienceRating": "5" | ||
"userExperienceRating": 5 | ||
} | ||
}, | ||
{ | ||
|
@@ -101,9 +96,9 @@ | |
"email": "", | ||
"message": "Great work.", | ||
"name": "", | ||
"rating": "5", | ||
"rating": 5, | ||
"customProperties": { | ||
"userExperienceRating": "5" | ||
"userExperienceRating": 5 | ||
} | ||
}, | ||
{ | ||
|
@@ -114,9 +109,9 @@ | |
"email": "", | ||
"message": "", | ||
"name": "", | ||
"rating": "4", | ||
"rating": 4, | ||
"customProperties": { | ||
"userExperienceRating": "5" | ||
"userExperienceRating": 5 | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters