-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add drop_data field to api to drop data except schema and types. (#53)
This change adds API support for a new operation called drop_data which will drop all the data but not the schema nor the types. This is useful when the schema will be resued after dropping the data and the schema is large enough that recreating it might take more than a couple seconds.
- Loading branch information
Showing
3 changed files
with
630 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.