Skip to content

Commit

Permalink
Merge branch 'zachmu/reset' of github.com:dolthub/dolt into zachmu/reset
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed Sep 12, 2024
2 parents 968726d + 727c4da commit 8ff973a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/libraries/doltcore/sqle/dprocedures/dolt_reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ package dprocedures
import (
"fmt"

"github.com/dolthub/go-mysql-server/sql"

"github.com/dolthub/dolt/go/cmd/dolt/cli"
"github.com/dolthub/dolt/go/libraries/doltcore/branch_control"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/env"
"github.com/dolthub/dolt/go/libraries/doltcore/env/actions"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/libraries/utils/argparser"
"github.com/dolthub/go-mysql-server/sql"
)

// doltReset is the stored procedure version for the CLI command `dolt reset`.
Expand Down

0 comments on commit 8ff973a

Please sign in to comment.