mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Add db examples (#268)
This commit is contained in:
@@ -84,5 +84,28 @@
|
|||||||
"count": 31
|
"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": {
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user