Updated hashes for db integrity check

refs #10922
This commit is contained in:
Fabien O'Carroll 2019-07-23 15:38:53 +08:00
parent 9d7190d692
commit bb6b337be3

View File

@ -19,8 +19,8 @@ var should = require('should'),
*/
describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = 'fda0398e93a74b2dc435cb4c026679ba';
const currentFixturesHash = 'c7b485fe2f16517295bd35c761129729';
const currentSchemaHash = '6b747746e8bcaa9532b69a2f72d0d577';
const currentFixturesHash = 'd8e9f2d22a7c0714b301ad26bb735729';
// If this test is failing, then it is likely a change has been made that requires a DB version bump,
// and the values above will need updating as confirmation