We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03f682c + bacca46 commit 420c0f1Copy full SHA for 420c0f1
src/commands/scan.ts
@@ -246,7 +246,7 @@ export default class Scan extends Command {
246
if (storageEngine instanceof DgraphEngine) {
247
await storageEngine.validateSchema(schema, dataFolder)
248
}
249
- await storageEngine.dropAll() // Delete schema before change it
+ // await storageEngine.dropAll() // Delete schema before change it
250
await storageEngine.setSchema(schema)
251
} catch (error: any) {
252
this.logger.error(
0 commit comments