Skip to content

Commit

Permalink
Add db examples (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
crufter authored Nov 11, 2021
1 parent 0aa4c20 commit 7fa39b9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions db/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,28 @@
"count": 31
}
}
],
"listTables": [
{
"title": "List tables",
"run_check": false,
"request": {
},
"response": {
"tables": ["users", "events"]
}
}
],
"renameTable": [
{
"title": "Rename table",
"run_check": false,
"request": {
"from": "events",
"to": "events_backup"
},
"response": {
}
}
]
}

0 comments on commit 7fa39b9

Please sign in to comment.