mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Tools: Fixed tests
This commit is contained in:
parent
b7bb5acd41
commit
01825e6d3e
@ -25,12 +25,13 @@ describe('db', function() {
|
|||||||
const ignoreAllBefore = '20210819165350_user_flags';
|
const ignoreAllBefore = '20210819165350_user_flags';
|
||||||
|
|
||||||
// Some migrations produce no changes visible to sql-ts, in particular
|
// Some migrations produce no changes visible to sql-ts, in particular
|
||||||
// when the migration only adds a constraint or an index. In this case
|
// when the migration only adds a constraint or an index, or when a
|
||||||
// we skip the migration. Ideally we should test these too but for now
|
// default is changed. In this case we skip the migration. Ideally we
|
||||||
// that will do.
|
// should test these too but for now that will do.
|
||||||
const doNoCheckUpgrade = [
|
const doNoCheckUpgrade = [
|
||||||
'20211030103016_item_owner_name_unique',
|
'20211030103016_item_owner_name_unique',
|
||||||
'20211111134329_storage_index',
|
'20211111134329_storage_index',
|
||||||
|
'20220121172409_email_recipient_default',
|
||||||
];
|
];
|
||||||
|
|
||||||
let startProcessing = false;
|
let startProcessing = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user