mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated fixture hash for integrity check
refs:fe2958eb73
Commitfe2958eb73
updated fixtures without updating the integrity hash - not sure how I missed this!
This commit is contained in:
parent
2e2a0e387c
commit
b10802f4c6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const defaultSettings = require('../../../../core/server/data/schema/default-set
|
|||
describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
const currentSchemaHash = 'c1c45b460f39504a01b26fcd7a62f395';
|
||||
const currentFixturesHash = '74bec16459c86486a1ca76665eca0926';
|
||||
const currentFixturesHash = 'c064a1b57c594e6a8d36f9e884df0a2a';
|
||||
const currentSettingsHash = 'aa3fcbc8ab119b630aeda7366ead5493';
|
||||
const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';
|
||||
|
||||
|
|
Loading…
Reference in a new issue