0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Fixed db version integrity check

This commit is contained in:
Nazar Gargol 2019-11-06 11:41:42 +07:00 committed by Naz Gargol
parent f0c0ea2197
commit 2af2500ccf

View file

@ -19,7 +19,7 @@ var should = require('should'),
*/
describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = 'd7af2f707b0221871d27d9387e0de2e2';
const currentSchemaHash = 'ee3406c46cb779fa73c5c86a4e676973';
const currentFixturesHash = '84005b6e8f62231b6fd0fc261ce893db';
// If this test is failing, then it is likely a change has been made that requires a DB version bump,