Feature request: Execute dolt filter-branch command with the input of a file with multiple queries
Open
cli
customer issue
enhancement
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
The idea of this feature would be to help execute multiple changes to the history of branches, by passing a file in the command:
dolt filter-branch -f "script/alterations.sql" -all
The alteration.sql file could have multiple lines of SQL, DMLs, or DDLs, and all of them would be executed into history.
Instead of reading the file line by line and executing each line of the file, this is the only way I see this working for now.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.