0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed integrity test

no issue

- Schema was changed in c99f40957e
This commit is contained in:
Nazar Gargol 2019-11-18 15:47:19 +07:00
parent baccbb4942
commit 6751cc50c8

View file

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