mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-25 03:05:52 -05:00
add dolt_commits and dolt_commit_ancestors to dolt ls --all
This commit is contained in:
@@ -23,6 +23,8 @@ teardown() {
|
||||
run dolt ls --all
|
||||
[ $status -eq 0 ]
|
||||
[[ "$output" =~ "dolt_log" ]] || false
|
||||
[[ "$output" =~ "dolt_commits" ]] || false
|
||||
[[ "$output" =~ "dolt_commit_ancestors" ]] || false
|
||||
[[ "$output" =~ "dolt_conflicts" ]] || false
|
||||
[[ "$output" =~ "dolt_branches" ]] || false
|
||||
[[ "$output" =~ "dolt_query_catalog" ]] || false
|
||||
|
||||
@@ -136,6 +136,8 @@ var generatedSystemTables = []string{
|
||||
BranchesTableName,
|
||||
LogTableName,
|
||||
TableOfTablesInConflictName,
|
||||
CommitsTableName,
|
||||
CommitAncestorsTableName,
|
||||
}
|
||||
|
||||
var generatedSystemTablePrefixes = []string{
|
||||
|
||||
Reference in New Issue
Block a user