mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-01 18:19:12 -06:00
reverting older ordering, changed during merge
This commit is contained in:
@@ -42,8 +42,8 @@ type InitialDbState struct {
|
||||
ReadOnly bool
|
||||
DbData env.DbData
|
||||
Remotes *concurrentmap.Map[string, env.Remote]
|
||||
Backups *concurrentmap.Map[string, env.Remote]
|
||||
Branches *concurrentmap.Map[string, env.BranchConfig]
|
||||
Backups *concurrentmap.Map[string, env.Remote]
|
||||
|
||||
// If err is set, this InitialDbState is partially invalid, but may be
|
||||
// usable to initialize a database at a revision specifier, for
|
||||
|
||||
@@ -33,8 +33,8 @@ type SessionStateAdapter struct {
|
||||
session *DoltSession
|
||||
dbName string
|
||||
remotes *concurrentmap.Map[string, env.Remote]
|
||||
branches *concurrentmap.Map[string, env.BranchConfig]
|
||||
backups *concurrentmap.Map[string, env.Remote]
|
||||
branches *concurrentmap.Map[string, env.BranchConfig]
|
||||
}
|
||||
|
||||
func (s SessionStateAdapter) SetCWBHeadRef(ctx context.Context, newRef ref.MarshalableRef) error {
|
||||
|
||||
Reference in New Issue
Block a user