Add onboarding weather and template gradients
This commit is contained in:
@@ -44,7 +44,7 @@ test('pending migrations are empty when the schema already matches the app versi
|
||||
}
|
||||
]);
|
||||
|
||||
const pendingMigrations = await getPendingMigrations(pool, { currentVersion: '2.8.9' });
|
||||
const pendingMigrations = await getPendingMigrations(pool, { currentVersion: '2.10.1' });
|
||||
|
||||
assert.equal(pendingMigrations.length, 0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user