Skip to content

Commit

Permalink
backup db
Browse files Browse the repository at this point in the history
  • Loading branch information
phongoli0 committed Aug 28, 2019
1 parent cf804c3 commit cafee26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion database/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@
{
"id": 2,
"name": "James Tang",
"course": "Web Development",
"course": "Japanese",
"grade": "95",
"message": ""
},
{
"id": 3,
"name": "Andrew Ly",
"course": "Boxing",
"grade": "84",
"message": ""
}
]
}
9 changes: 8 additions & 1 deletion database/db_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@
{
"id": 2,
"name": "James Tang",
"course": "Web Development",
"course": "Japanese",
"grade": "95",
"message": ""
},
{
"id": 3,
"name": "Andrew Ly",
"course": "Boxing",
"grade": "84",
"message": ""
}
]
}

0 comments on commit cafee26

Please sign in to comment.