mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
Fix migrate
This commit is contained in:
@@ -200,7 +200,8 @@ func (r nomsRvStorage) SetCollation(ctx context.Context, collation schema.Collat
|
||||
}
|
||||
|
||||
func (r nomsRvStorage) GetSchemas(ctx context.Context) ([]schema.DatabaseSchema, error) {
|
||||
panic("schemas not implemented for nomsRvStorage")
|
||||
// stub implementation, used only for migration
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (r nomsRvStorage) SetSchemas(ctx context.Context, dbSchemas []schema.DatabaseSchema) (rootValueStorage, error) {
|
||||
|
||||
Reference in New Issue
Block a user