You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import BaseModel from '../BaseModel';
|
||||
import migration42 from '../migrations/42';
|
||||
|
||||
const migrationScripts: Record<number, any> = {
|
||||
20: require('../migrations/20.js'),
|
||||
27: require('../migrations/27.js'),
|
||||
33: require('../migrations/33.js'),
|
||||
35: require('../migrations/35.js'),
|
||||
42: migration42,
|
||||
};
|
||||
|
||||
export default class Migration extends BaseModel {
|
||||
|
||||
@@ -1671,6 +1671,12 @@ class Setting extends BaseModel {
|
||||
// storage: SettingStorage.File,
|
||||
// },
|
||||
|
||||
'sync.allowUnsupportedProviders': {
|
||||
value: -1,
|
||||
type: SettingItemType.Int,
|
||||
public: false,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
this.metadata_ = Object.assign(this.metadata_, this.customMetadata_);
|
||||
|
||||
Reference in New Issue
Block a user