diff --git a/src/commands/scan.ts b/src/commands/scan.ts index bc73701..8021470 100644 --- a/src/commands/scan.ts +++ b/src/commands/scan.ts @@ -246,7 +246,7 @@ export default class Scan extends Command { if (storageEngine instanceof DgraphEngine) { await storageEngine.validateSchema(schema, dataFolder) } - await storageEngine.dropAll() // Delete schema before change it + // await storageEngine.dropAll() // Delete schema before change it await storageEngine.setSchema(schema) } catch (error: any) { this.logger.error(