You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
This commit is contained in:
@ -24,7 +24,7 @@ export default class MigrationService extends BaseService {
|
||||
|
||||
try {
|
||||
await this.runScript(migration.number);
|
||||
await Migration.delete(migration.id);
|
||||
await Migration.delete(migration.id, { sourceDescription: 'MigrationService' });
|
||||
} catch (error) {
|
||||
this.logger().error(`Cannot run migration: ${migration.number}`, error);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user