0
Fork 0
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

Commit fe2958eb73 updated fixtures without updating the integrity hash - not sure how I missed this!
This commit is contained in:
Hannah Wolfe 2021-10-04 13:47:12 +01:00
parent 2e2a0e387c
commit b10802f4c6
No known key found for this signature in database
GPG key ID: 9F8C7532D0A6BA55

View file

@ -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';