Skip to content

Commit

Permalink
Drop database/table can be replicated
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Oct 31, 2024
1 parent 713f042 commit 585688f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developers/operations-api/databases-and-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ _Operation is restricted to super_user roles only_

* operation _(required)_ - this should always be `drop_database`
* database _(required)_ - name of the database you are dropping
* replicated _(optional)_ - if true, HarperDB will replicate the component to all nodes in the cluster. Must be a boolean.

### Body
```json
Expand Down Expand Up @@ -248,6 +249,7 @@ _Operation is restricted to super_user roles only_
* operation _(required)_ - this should always be `drop_table`
* database _(optional)_ - database where the table you are dropping lives. The default is `data`
* table _(required)_ - name of the table you are dropping
* replicated _(optional)_ - if true, HarperDB will replicate the component to all nodes in the cluster. Must be a boolean.

### Body

Expand Down

0 comments on commit 585688f

Please sign in to comment.