Error for drop against immutable database, closes #1874

This commit is contained in:
Simon Willison 2022-11-13 21:40:10 -08:00
commit 65521f03db
3 changed files with 30 additions and 12 deletions

View file

@ -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"
}