Skip to content

Commit

Permalink
fixed the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Yadav committed Jan 6, 2025
1 parent cf6cf12 commit 64946f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conversion/conversion_from_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ func (sads *SchemaFromSourceImpl) SchemaFromDump(SpProjectId string, SpInstanceI
conv := internal.MakeConv()
conv.SpDialect = spDialect
conv.Source = driver
conv.SpProjectId = SpProjectId
conv.SpInstanceId = SpInstanceId
p := internal.NewProgress(n, "Generating schema", internal.Verbose(), false, int(internal.SchemaCreationInProgress))
r := internal.NewReader(bufio.NewReader(f), p)
conv.SetSchemaMode() // Build schema and ignore data in dump.
Expand Down

0 comments on commit 64946f1

Please sign in to comment.