mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Error for drop against immutable database, closes #1874
This commit is contained in:
parent
612da8eae6
commit
65521f03db
3 changed files with 30 additions and 12 deletions
|
|
@ -578,6 +578,8 @@ Without a POST body this will return a status ``200`` with a note about how many
|
|||
|
||||
{
|
||||
"ok": true,
|
||||
"database": "<database>",
|
||||
"table": "<table>",
|
||||
"row_count": 5,
|
||||
"message": "Pass \"confirm\": true to confirm"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue